wok-4.x diff patch/receipt @ rev 6640
Removed linux-headers as build_depends in acpid, ctags, kismet, and vpnc. Linux-headers is in slitaz-toolchain so it doesn't need to be depend on it directly.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 15:15:08 2010 +0000 (2010-10-10) |
parents | 44edb3ecc60c |
children | 86e8692df3d3 |
line diff
1.1 --- a/patch/receipt Thu May 06 02:17:04 2010 +0000 1.2 +++ b/patch/receipt Sun Oct 10 15:15:08 2010 +0000 1.3 @@ -15,15 +15,16 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.7 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.8 - make 1.9 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 + make && 1.11 + make prefix=$PWD/_pkg install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/bin 1.18 - cp -a $src/patch $fs/usr/bin 1.19 + cp -a $_pkg/bin/patch $fs/usr/bin 1.20 strip -s $fs/usr/bin/* 1.21 } 1.22