Changeset c8b93bd in freewrt for package/tinyproxy/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/tinyproxy/Makefile

    r8e47882 rc8b93bd  
    1 # $Id: Makefile 3112 2006-02-01 23:53:19Z mbm $
     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:=tinyproxy
    6 PKG_VERSION:=1.6.3
    7 PKG_RELEASE:=1
    8 PKG_MD5SUM:=bd14d029b12621bcfd7ee71b2f4893da
     9PKG_NAME:=              tinyproxy
     10PKG_VERSION:=           1.6.3
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            bd14d029b12621bcfd7ee71b2f4893da
     13PKG_INIT:=              70
    914
    10 PKG_SOURCE_URL:=@SF/tinyproxy
    11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
     15PKG_SOURCE_URL:=        @SF/tinyproxy
     16PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1217
    13 
    14 include $(TOPDIR)/package/rules.mk
     18include $(TOPDIR)/mk/package.mk
    1519
    1620$(eval $(call PKG_template,TINYPROXY,tinyproxy,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
     
    7680        $(CP) $(WRKINST)/usr/share/tinyproxy $(IDIR_TINYPROXY)/usr/share/
    7781        $(CP) $(WRKINST)/etc/tinyproxy $(IDIR_TINYPROXY)/etc/
    78         $(CP) files/$(PKG_NAME).init $(IDIR_TINYPROXY)/etc/init.d/$(PKG_NAME)
     82        $(CP) files/$(PKG_NAME).init $(IDIR_TINYPROXY)/etc/init.d/S$(PKG_INIT)$(PKG_NAME)
    7983        $(RSTRIP) $(IDIR_TINYPROXY)
    8084        $(IPKG_BUILD) $(IDIR_TINYPROXY) $(PACKAGE_DIR)
Note: See TracChangeset for help on using the changeset viewer.