Changeset c8b93bd in freewrt for package/wiviz/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/wiviz/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:=wiviz
    6 PKG_VERSION:=1.0
    7 PKG_RELEASE:=1
    8 
     9PKG_NAME:=              wiviz
     10PKG_VERSION:=           1.0
     11PKG_RELEASE:=           1
    912
    1013DISTFILES:=
    11 include $(TOPDIR)/package/rules.mk
     14
     15include $(TOPDIR)/mk/package.mk
    1216
    1317$(eval $(call PKG_template,WIVIZ,wiviz,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
     
    3236        mkdir -p $(IDIR_WIVIZ)/usr/sbin
    3337        $(CP) $(WRKBUILD)/$(PKG_NAME) $(IDIR_WIVIZ)/usr/sbin/
    34         $(RSTRIP) $(IDIR_WIVIZ)
    3538        $(CP) ./files/* $(IDIR_WIVIZ)
    3639        find $(IDIR_WIVIZ) -name CVS | xargs rm -rf
    3740        find $(IDIR_WIVIZ) -name .svn | xargs rm -rf
     41        $(RSTRIP) $(IDIR_WIVIZ)
    3842        $(IPKG_BUILD) $(IDIR_WIVIZ) $(PACKAGE_DIR)
    39 
    40 mostlyclean:
    41         $(MAKE) -C $(WRKBUILD) clean
    42         rm -f $(WRKBUILD)/.built
Note: See TracChangeset for help on using the changeset viewer.