wok-current view m4/receipt @ rev 9726
xrick: removed copying xrick.png and xrick.desktop. tazwok and cookutils does that for us.
| author | Christopher Rogers <slaxemulator@gmail.com> | 
|---|---|
| date | Mon May 09 05:34:18 2011 +0000 (2011-05-09) | 
| parents | db11cb5cb895 | 
| children | 1a839851e167 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="m4"
     4 VERSION="1.4.16"
     5 CATEGORY="development"
     6 SHORT_DESC="GNU traditional Unix macro processor."
     7 MAINTAINER="pankso@slitaz.org"
     8 DEPENDS="glibc-base"
     9 BUILD_DEPENDS="gcc"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WEB_SITE="http://www.gnu.org/software/m4/"
    12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	cd $src
    18 	./configure && make && make install
    19 }
    21 # Rules to gen a SliTaz package suitable for Tazpkg.
    22 genpkg_rules()
    23 {
    24 	mkdir -p $fs/usr
    25 	cp -a $_pkg/usr/bin $fs/usr
    26 }