wok-4.x diff rapidsvn/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 | b8c61f52220c |
children | 8d6447c6109c |
line diff
1.1 --- a/rapidsvn/receipt Sat Feb 19 21:53:08 2011 +0100 1.2 +++ b/rapidsvn/receipt Sun Feb 20 06:53:59 2011 +0000 1.3 @@ -13,11 +13,9 @@ 1.4 WGET_URL="http://www.rapidsvn.org/download/release/0.12/$TARBALL" 1.5 TAGS="subversion svn version-control versioning" 1.6 1.7 - 1.8 # Rules to configure and make the package. 1.9 compile_rules() 1.10 { 1.11 - src=$WOK/$PACKAGE/$PACKAGE-$VERSION-1 1.12 cd $src 1.13 ./configure --prefix=/usr \ 1.14 --with-apr-config=apr-1-config \ 1.15 @@ -34,7 +32,6 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - _pkg=$WOK/$PACKAGE/$PACKAGE-$VERSION-1/_pkg 1.20 mkdir -p $fs/usr/lib \ 1.21 $fs/usr/share \ 1.22 $fs/usr/share/applications \