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

    r8e47882 rc8b93bd  
    1 # $Id: Makefile 3243 2006-02-15 15:36:28Z florian $
     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:=bind
    6 PKG_VERSION:=9.3.1
    7 PKG_RELEASE:=1
    8 PKG_MD5SUM:=9ff3204eea27184ea0722f37e43fc95d
     9PKG_NAME:=              bind
     10PKG_VERSION:=           9.3.1
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            9ff3204eea27184ea0722f37e43fc95d
     13PKG_INIT:=              60
    914
    10 PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/bind9/9.3.1/
    11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
     15PKG_SOURCE_URL:=        ftp://ftp.isc.org/isc/bind9/9.3.1/
     16PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1217
    13 PKG_INIT_LEVEL:=60
    14 
    15 include $(TOPDIR)/package/rules.mk
     18include $(TOPDIR)/mk/package.mk
    1619
    1720$(eval $(call PKG_template,BIND_SERVER,bind-server,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
     
    7780        $(CP) $(WRKINST)/usr/sbin/named $(IDIR_BIND_SERVER)/usr/sbin/
    7881        $(CP) files/bind $(IDIR_BIND_SERVER)/etc
    79         $(CP) files/named.init $(IDIR_BIND_SERVER)/etc/init.d/S$(PKG_INIT_LEVEL)named
     82        $(CP) files/named.init $(IDIR_BIND_SERVER)/etc/init.d/S$(PKG_INIT)named
    8083        find $(IDIR_BIND_SERVER)/etc/bind -name ".svn" | xargs rm -rf
    8184        $(RSTRIP) $(IDIR_BIND_SERVER)
Note: See TracChangeset for help on using the changeset viewer.