wok diff portmap/receipt @ rev 8751
Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 06:53:59 2011 +0000 (2011-02-20) |
parents | c1ff74d9b6f4 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/portmap/receipt Sat Oct 04 09:01:05 2008 +0000 1.2 +++ b/portmap/receipt Sun Feb 20 06:53:59 2011 +0000 1.3 @@ -15,9 +15,6 @@ 1.4 # rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # Ovewriting default $src definition 1.8 - 1.9 - src=${PACKAGE}_${VERSION} 1.10 cd $src 1.11 1.12 # Build 1.13 @@ -28,10 +25,6 @@ 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 - src=${PACKAGE}_${VERSION} 1.18 - _pkg=${PACKAGE}_${VERSION}/_pkg 1.19 - 1.20 - 1.21 mkdir -p $fs/usr/sbin 1.22 cp -a $src/pmap_dump $fs/usr/sbin 1.23 cp -a $src/pmap_set $fs/usr/sbin