Changeset c8b93bd in freewrt for package/openssh/Makefile


Ignore:
Timestamp:
Sep 16, 2006, 6:21:37 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
9036ea5
Parents:
8e47882
Message:

major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

git-svn-id: svn://www.freewrt.org/trunk/freewrt@600 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/openssh/Makefile

    r8e47882 rc8b93bd  
    1 # $Id: Makefile 3328 2006-03-07 15:46:28Z nico $
     1# $FreeWRT$
     2#-
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted
     4# material, please see the LICENCE file in the top-level directory
     5# or at http://www.freewrt.org/licence for details.
    26
    37include $(TOPDIR)/rules.mk
    48
    5 PKG_NAME:=openssh
    6 PKG_VERSION:=4.2p1
    7 PKG_RELEASE:=3
    8 PKG_MD5SUM:=df899194a340c933944b193477c628fa
    9 PKG_START_SERVICE:=50
     9PKG_NAME:=              openssh
     10PKG_VERSION:=           4.2p1
     11PKG_RELEASE:=           3
     12PKG_MD5SUM:=            df899194a340c933944b193477c628fa
     13PKG_INIT:=              50
    1014
    11 PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
    12                 ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
    13                 ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
    14                 ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
    15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
     15PKG_SOURCE_URL:=        ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
     16                        ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
     17                        ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
     18                        ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
     19PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1620
    1721
    18 include $(TOPDIR)/package/rules.mk
     22include $(TOPDIR)/mk/package.mk
    1923
    2024PKG_DEPEND:="openssl"
     
    104108        install -m0755 -d $(IDIR_OPENSSH_SERVER)/etc/init.d
    105109        install -m0755 ./files/sshd.init \
    106                 $(IDIR_OPENSSH_SERVER)/etc/init.d/$(PKG_START_SERVICE)sshd
     110                $(IDIR_OPENSSH_SERVER)/etc/init.d/$(PKG_INIT)sshd
    107111        install -m0755 -d $(IDIR_OPENSSH_SERVER)/usr/bin
    108112        $(CP) $(WRKINST)/usr/bin/ssh-keygen $(IDIR_OPENSSH_SERVER)/usr/bin/
     
    125129        $(RSTRIP) $(IDIR_OPENSSH_SFTP_SERVER)
    126130        $(IPKG_BUILD) $(IDIR_OPENSSH_SFTP_SERVER) $(PACKAGE_DIR)
    127 
Note: See TracChangeset for help on using the changeset viewer.