Changeset c8b93bd in freewrt for package/sane-backends/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/sane-backends/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:=sane-backends
    6 PKG_VERSION:=1.0.17
    7 PKG_RELEASE:=1
    8 PKG_MD5SUM:=b51c10da8a81a04e1bae88c9e6556df2
     9PKG_NAME:=              sane-backends
     10PKG_VERSION:=           1.0.17
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            b51c10da8a81a04e1bae88c9e6556df2
    913
    10 PKG_SOURCE_URL:=ftp://ftp2.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
    11                 ftp://ftp3.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
    12                 ftp://ftp4.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
    13                 ftp://ftp5.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/
    14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
     14PKG_SOURCE_URL:=        ftp://ftp2.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
     15                        ftp://ftp3.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
     16                        ftp://ftp4.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ \
     17                        ftp://ftp5.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/
     18PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1519
    16 
    17 include $(TOPDIR)/package/rules.mk
     20include $(TOPDIR)/mk/package.mk
    1821
    1922$(eval $(call PKG_template,SANE_BACKENDS,sane-backends,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
     
    5255                        --disable-debug \
    5356        );
    54         touch $(WRKBUILD)/.configured
     57        touch $@
    5558
    5659$(WRKBUILD)/.built:
     
    6063                DESTDIR="$(WRKINST)" \
    6164                install
    62         touch $(WRKBUILD)/.built
     65        touch $@
    6366
    6467$(IPKG_SANE_BACKENDS):
Note: See TracChangeset for help on using the changeset viewer.