# HG changeset patch # User Christopher Rogers # Date 1298185588 0 # Node ID a1c1d35d9f92ded8705e66116be7b80c4381371e # Parent be13f25e790b0e3e6bea6ae3268a2198c1af0c9b Removed src= lines. Not need now with tazwok-experimental. diff -r be13f25e790b -r a1c1d35d9f92 adeskbar/receipt --- a/adeskbar/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/adeskbar/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -14,7 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=${src%-*} mkdir -p $fs/usr/share/adeskbar $fs/usr/bin \ $fs/usr/share/pixmaps $fs/usr/share/applications cp -a $src/src/* $fs/usr/share/adeskbar diff -r be13f25e790b -r a1c1d35d9f92 alsaequal/receipt --- a/alsaequal/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/alsaequal/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -14,7 +14,6 @@ # Rules to configure and make the package. compile_rules() { - src=$PACKAGE cd $src make } @@ -23,7 +22,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/alsa-lib - src=$PACKAGE cp -a $src/*.so* $fs/usr/lib/alsa-lib } diff -r be13f25e790b -r a1c1d35d9f92 brscan2/receipt --- a/brscan2/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/brscan2/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$WOK/$WANTED/$WANTED-src-$VERSION mkdir -p $fs/usr/bin $fs/usr/lib/sane $fs/usr/local/Brother/sane/models2 for i in ALL AL ; do mkdir -p $fs/usr/local/Brother/sane/GrayCmData/$i diff -r be13f25e790b -r a1c1d35d9f92 dd_rescue/receipt --- a/dd_rescue/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/dd_rescue/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - src=$PACKAGE cd $src make } @@ -21,13 +20,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$PACKAGE mkdir -p $fs/usr/bin cp -a $src/dd_rescue $fs/usr/bin } -clean_wok() -{ - rm -rf $WOK/$PACKAGE/$PACKAGE -} - diff -r be13f25e790b -r a1c1d35d9f92 electric-fence/receipt --- a/electric-fence/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/electric-fence/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -14,7 +14,6 @@ # Rules to configure and make the package. compile_rules() { - src=${PACKAGE}-${VERSION} cd $src make @@ -23,7 +22,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=${PACKAGE}-${VERSION} mkdir -p $fs/usr/lib $fs/usr/bin cp -a $src/eftest $fs/usr/bin cp -a $src/tstheap $fs/usr/bin diff -r be13f25e790b -r a1c1d35d9f92 freeradius-dialupadmin/receipt --- a/freeradius-dialupadmin/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/freeradius-dialupadmin/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -7,13 +7,13 @@ MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca" DEPENDS="php" WEB_SITE="http://www.freeradius.org/" +SOURCE="freeradius-server" WANTED="freeradius" CONFIG_FILES="/etc/dialupadmin" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$(cd ../freeradius/freeradius-server-$VERSION; pwd) mkdir -p $fs/usr/share $fs/etc/dialupadmin cp -a $src/dialup_admin $fs/usr/share cp -a $src/dialup_admin/conf/* $fs/etc/dialupadmin diff -r be13f25e790b -r a1c1d35d9f92 input-utils/receipt --- a/input-utils/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/input-utils/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -15,7 +15,6 @@ # Rules to configure and make the package. compile_rules() { - src=$WOK/$PACKAGE/$SOURCE cd $src sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile prefix="/usr" @@ -28,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $WOK/$PACKAGE/$SOURCE/_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/bin $fs/usr } diff -r be13f25e790b -r a1c1d35d9f92 libjpeg62/receipt --- a/libjpeg62/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/libjpeg62/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -11,7 +11,6 @@ # Rules to configure and make the package. compile_rules() { - src=jpeg-$VERSION cd $src ./configure --enable-shared --prefix=/usr \ --mandir=/usr/share/man $CONFIGURE_ARGS @@ -21,7 +20,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=jpeg-$VERSION mkdir -p $fs/usr/lib cp -a $src/.libs/*.so.62* $fs/usr/lib } diff -r be13f25e790b -r a1c1d35d9f92 ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/ndiswrapper-utils/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -16,8 +16,6 @@ genpkg_rules() { - src=${WOK}/${WANTED}/${SOURCE}-${VERSION} - mkdir -p $fs/usr/sbin $fs/sbin # Install utilities diff -r be13f25e790b -r a1c1d35d9f92 ntpclient/receipt --- a/ntpclient/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/ntpclient/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - src=$PACKAGE-2007 cd $src # disable debug @@ -23,17 +22,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ - src=$PACKAGE-2007 +{ mkdir -p $fs/usr/bin cp -a $src/ntpclient $fs/usr/bin strip -s $fs/usr/bin/* -} - - -clen_rules() -{ - rm -rf $PWD/$PACKAGE } post_install() diff -r be13f25e790b -r a1c1d35d9f92 ocsreports/receipt --- a/ocsreports/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/ocsreports/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -15,12 +15,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$WOK/$WANTED/$SOURCE-$VERSION - mkdir -p $fs/usr/share \ $fs/etc/ocsreports - cp -a $WOK/$WANTED/${SOURCE}-${VERSION}/${PACKAGE} $fs/usr/share/ + cp -a $src/${PACKAGE} $fs/usr/share/ cat > $fs/etc/ocsreports/dbconfig.inc.php < Makefile @@ -26,14 +25,14 @@ genpkg_rules() { mkdir -p $fs/usr/lib/purple-2 - cp -a $PACKAGE/libfacebook.so $fs/usr/lib/purple-2 + cp -a $src/libfacebook.so $fs/usr/lib/purple-2 # Pidgin icons mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/16x16 mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/22x22 mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/48x48 - cp -a $WOK/$PACKAGE/stuff/facebook_16x16.png $fs/usr/share/pixmaps/pidgin/protocols/16x16/facebook.png - cp -a $WOK/$PACKAGE/stuff/facebook_22x22.png $fs/usr/share/pixmaps/pidgin/protocols/22x22/facebook.png - cp -a $WOK/$PACKAGE/stuff/facebook_48x48.png $fs/usr/share/pixmaps/pidgin/protocols/48x48/facebook.png + cp -a $stuff/facebook_16x16.png $fs/usr/share/pixmaps/pidgin/protocols/16x16/facebook.png + cp -a $stuff/facebook_22x22.png $fs/usr/share/pixmaps/pidgin/protocols/22x22/facebook.png + cp -a $stuff/facebook_48x48.png $fs/usr/share/pixmaps/pidgin/protocols/48x48/facebook.png } diff -r be13f25e790b -r a1c1d35d9f92 ttf-dejavu-extra/receipt --- a/ttf-dejavu-extra/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/ttf-dejavu-extra/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$WOK/$WANTED/$SOURCE-$VERSION mkdir -p $fs/usr/share/fonts/truetype/ttf-dejavu cp -a $src/ttf/* $fs/usr/share/fonts/truetype/ttf-dejavu rm $fs/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf diff -r be13f25e790b -r a1c1d35d9f92 wbarconf/receipt --- a/wbarconf/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/wbarconf/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=${src%-*} mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \ $fs/usr/share/pixmaps cp -a $src/wbarconf $fs/usr/bin diff -r be13f25e790b -r a1c1d35d9f92 zip/receipt --- a/zip/receipt Sun Feb 20 06:53:59 2011 +0000 +++ b/zip/receipt Sun Feb 20 07:06:28 2011 +0000 @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - src=$WOK/$PACKAGE/zip30 cd $src make -f unix/Makefile generic_gcc } @@ -21,7 +20,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$WOK/$PACKAGE/zip30 mkdir -p $fs/usr/bin cp -a $src/zip $fs/usr/bin cp -a $src/zipcloak $fs/usr/bin