wok-next rev 15002
Add some GPL2 licenses
line diff
1.1 --- a/abiword-dev/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/abiword-dev/receipt Sat Aug 10 21:12:16 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Abiword devel files" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WANTED="abiword" 1.9 WEB_SITE="http://www.abisource.com/" 1.10 1.11 @@ -12,9 +13,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib/abiword-2.8/plugins 1.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \ 1.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 + cp -a $install/usr/lib/abiword-*/plugins/*.*a \ 1.21 $fs/usr/lib/abiword-2.8/plugins 1.22 - cp -a $_pkg/usr/include $fs/usr 1.23 + cp -a $install/usr/include $fs/usr 1.24 }
2.1 --- a/abiword-plugins/receipt Sat Aug 10 17:48:05 2013 +0000 2.2 +++ b/abiword-plugins/receipt Sat Aug 10 21:12:16 2013 +0000 2.3 @@ -5,17 +5,19 @@ 2.4 CATEGORY="office" 2.5 SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" 2.8 +LICENSE="GPL2" 2.9 WANTED="abiword" 2.10 WEB_SITE="http://www.abisource.com/" 2.11 TAGS="doc odf docx" 2.12 2.13 +DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" 2.14 + 2.15 # Rules to gen a SliTaz package suitable for Tazpkg. 2.16 genpkg_rules() 2.17 { 2.18 mkdir -p $fs/usr/lib/abiword-2.8/plugins $fs/usr/share 2.19 2.20 - cp -a $_pkg/usr/lib/abiword-*/plugins/*.so \ 2.21 + cp -a $install/usr/lib/abiword-*/plugins/*.so \ 2.22 $fs/usr/lib/abiword-2.8/plugins 2.23 } 2.24
3.1 --- a/abiword/receipt Sat Aug 10 17:48:05 2013 +0000 3.2 +++ b/abiword/receipt Sat Aug 10 21:12:16 2013 +0000 3.3 @@ -5,18 +5,20 @@ 3.4 CATEGORY="office" 3.5 SHORT_DESC="Light and speed word processing application." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 +LICENSE="GPL2" 3.8 +SUGGESTED="abiword-extras" 3.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 +WEB_SITE="http://www.abisource.com/" 3.11 +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" 3.12 +TAGS="word doc office" 3.13 +LOCALES="cs da de es fr hu id it pt ru sl sv zh" 3.14 + 3.15 DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \ 3.16 popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base librsvg \ 3.17 goffice glibc-locale" 3.18 BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ 3.19 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ 3.20 enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" 3.21 -SUGGESTED="abiword-extras" 3.22 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.23 -WEB_SITE="http://www.abisource.com/" 3.24 -WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" 3.25 -TAGS="word doc office" 3.26 -LOCALES="cs da de es fr hu id it pt ru sl sv zh" 3.27 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 @@ -36,10 +38,10 @@ 3.31 --disable-collab-backend-sugar \ 3.32 $CONFIGURE_ARGS && 3.33 make $MAKEFLAGS && 3.34 - make DESTDIR=$PWD/_pkg install 3.35 + make DESTDIR=$DESTDIR install 3.36 3.37 cd plugins 3.38 - make DESTDIR=$src/_pkg install 3.39 + make DESTDIR=$DESTDIR install 3.40 } 3.41 3.42 # Rules to gen a SliTaz package suitable for Tazpkg. 3.43 @@ -47,13 +49,13 @@ 3.44 { 3.45 mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins $fs/usr/share/icons 3.46 3.47 - cp -a $_pkg/usr/bin $fs/usr 3.48 - cp -a $_pkg/usr/lib/*.so $fs/usr/lib 3.49 + cp -a $install/usr/bin $fs/usr 3.50 + cp -a $install/usr/lib/*.so $fs/usr/lib 3.51 3.52 - cp -a $_pkg/usr/share/abiword-* $fs/usr/share 3.53 + cp -a $install/usr/share/abiword-* $fs/usr/share 3.54 3.55 # Non standard pixmap 3.56 - cp $_pkg/usr/share/icons/abiword_48.png \ 3.57 + cp $install/usr/share/icons/abiword_48.png \ 3.58 $fs/usr/share/pixmaps/abiword.png 3.59 3.60 # fix error when abiword is run in command line 3.61 @@ -65,18 +67,18 @@ 3.62 rm $fs/usr/share/abiword-*/system.pro* 3.63 3.64 for LOCALE in $LOCALES; do 3.65 - cp $_pkg/usr/share/abiword-*/strings/$LOCALE*.strings \ 3.66 + cp $install/usr/share/abiword-*/strings/$LOCALE*.strings \ 3.67 $fs/usr/share/abiword-*/strings/ 3.68 # id locale not complete in sources 3.69 if [ "$LOCALE" != "id" ]; then 3.70 - cp $_pkg/usr/share/abiword-*/templates/normal.awt-$LOCALE* \ 3.71 + cp $install/usr/share/abiword-*/templates/normal.awt-$LOCALE* \ 3.72 $fs/usr/share/abiword-*/templates/ 3.73 - cp $_pkg/usr/share/abiword-*/system.profile-$LOCALE* \ 3.74 + cp $install/usr/share/abiword-*/system.profile-$LOCALE* \ 3.75 $fs/usr/share/abiword-*/ 3.76 fi 3.77 done 3.78 3.79 - cp $_pkg/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ 3.80 - cp $_pkg/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ 3.81 + cp $install/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ 3.82 + cp $install/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ 3.83 } 3.84
4.1 --- a/antinat-dev/receipt Sat Aug 10 17:48:05 2013 +0000 4.2 +++ b/antinat-dev/receipt Sat Aug 10 21:12:16 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications, development files." 4.6 MAINTAINER="pascal.bellard@slitaz.org" 4.7 +LICENSE="GPL2" 4.8 WEB_SITE="http://antinat.sourceforge.net/" 4.9 WANTED="antinat" 4.10
5.1 --- a/antinat/receipt Sat Aug 10 17:48:05 2013 +0000 5.2 +++ b/antinat/receipt Sat Aug 10 21:12:16 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications." 5.6 MAINTAINER="pascal.bellard@slitaz.org" 5.7 +LICENSE="GPL2" 5.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.9 WEB_SITE="http://antinat.sourceforge.net/" 5.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
6.1 --- a/asterisk-dev/receipt Sat Aug 10 17:48:05 2013 +0000 6.2 +++ b/asterisk-dev/receipt Sat Aug 10 21:12:16 2013 +0000 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="Open Source PBX and telephony toolkit development files." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="GPL2" 6.8 WEB_SITE="http://www.asterisk.org/" 6.9 WANTED="asterisk" 6.10
7.1 --- a/asterisk/receipt Sat Aug 10 17:48:05 2013 +0000 7.2 +++ b/asterisk/receipt Sat Aug 10 21:12:16 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="misc" 7.5 SHORT_DESC="Open Source PBX and telephony toolkit." 7.6 MAINTAINER="pascal.bellard@slitaz.org" 7.7 +LICENSE="GPL2" 7.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.9 EXTRA_SOURCE_FILES="rfc3951.txt" 7.10 WEB_SITE="http://www.asterisk.org/"
8.1 --- a/asunder/receipt Sat Aug 10 17:48:05 2013 +0000 8.2 +++ b/asunder/receipt Sat Aug 10 21:12:16 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="multimedia" 8.5 SHORT_DESC="GTK light CD ripper." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 +LICENSE="GPL2" 8.8 SUGGESTED="lame flac" 8.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.10 WEB_SITE="http://littlesvr.ca/asunder/" 8.11 @@ -30,5 +31,5 @@ 8.12 genpkg_rules() 8.13 { 8.14 mkdir -p $fs/usr 8.15 - cp -a $_pkg/usr/bin $fs/usr 8.16 + cp -a $install/usr/bin $fs/usr 8.17 }
9.1 --- a/aufs-utils/receipt Sat Aug 10 17:48:05 2013 +0000 9.2 +++ b/aufs-utils/receipt Sat Aug 10 21:12:16 2013 +0000 9.3 @@ -5,6 +5,7 @@ 9.4 CATEGORY="system-tools" 9.5 SHORT_DESC="The aufs utils." 9.6 MAINTAINER="pankso@slitaz.org" 9.7 +LICENSE="GPL2" 9.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.9 WEB_SITE="http://aufs.sourceforge.net/" 9.10 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
10.1 --- a/aufs/receipt Sat Aug 10 17:48:05 2013 +0000 10.2 +++ b/aufs/receipt Sat Aug 10 21:12:16 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="base-system" 10.5 SHORT_DESC="aufs3 kernel module" 10.6 MAINTAINER="slaxemulator@gmail.com" 10.7 +LICENSE="GPL2" 10.8 WEB_SITE="http://aufs.sf.net/" 10.9 PROVIDE="linux-aufs" 10.10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11.1 --- a/ayttm/receipt Sat Aug 10 17:48:05 2013 +0000 11.2 +++ b/ayttm/receipt Sat Aug 10 21:12:16 2013 +0000 11.3 @@ -5,9 +5,11 @@ 11.4 CATEGORY="network" 11.5 SHORT_DESC="Universal instant messenger client" 11.6 MAINTAINER="devl547@gmail.com" 11.7 +LICENSE="GPL2" 11.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.9 WEB_SITE="http://ayttm.sourceforge.net/" 11.10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 11.11 + 11.12 BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xcb-util-dev openssl-dev flex \ 11.13 enchant-dev xorg-libXpm-dev libtool" 11.14 DEPENDS="gtk+ zlib audiofile xcb-util openssl enchant aspell xorg-libXpm"
12.1 --- a/barnyard2/receipt Sat Aug 10 17:48:05 2013 +0000 12.2 +++ b/barnyard2/receipt Sat Aug 10 21:12:16 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="system-tools" 12.5 SHORT_DESC="Output spool reader for Snort" 12.6 MAINTAINER="erjo@slitaz.org" 12.7 +LICENSE="GPL2" 12.8 WEB_SITE="http://www.securixlive.com/barnyard2/" 12.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.10 WGET_URL="http://www.securixlive.com/download/barnyard2/$TARBALL"
13.1 --- a/beaver/receipt Sat Aug 10 17:48:05 2013 +0000 13.2 +++ b/beaver/receipt Sat Aug 10 21:12:16 2013 +0000 13.3 @@ -5,14 +5,16 @@ 13.4 CATEGORY="development" 13.5 SHORT_DESC="Simple and very light advanced text editor." 13.6 MAINTAINER="pankso@slitaz.org" 13.7 -DEPENDS="gtk+ xorg-libXdamage" 13.8 -BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev" 13.9 +LICENSE="GPL2" 13.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.11 WEB_SITE="http://beaver-editor.sf.net/" 13.12 WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" 13.13 TAGS="text-editor" 13.14 GENERIC_PIXMAPS="no" 13.15 13.16 +DEPENDS="gtk+ xorg-libXdamage" 13.17 +BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev" 13.18 + 13.19 # Rules to configure and make the package. 13.20 compile_rules() 13.21 { 13.22 @@ -31,9 +33,9 @@ 13.23 $fs/usr/share/beaver \ 13.24 $fs/usr/share/icons/hicolor/32x32/ 13.25 13.26 - cp -a $_pkg/usr/bin $fs/usr 13.27 - cp -a $_pkg/usr/share/beaver/resource $fs/usr/share/beaver 13.28 - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/ 13.29 + cp -a $install/usr/bin $fs/usr 13.30 + cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver 13.31 + cp -a $install/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/ 13.32 13.33 # Custom default configuration 13.34 cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource
14.1 --- a/bluez-dev/receipt Sat Aug 10 17:48:05 2013 +0000 14.2 +++ b/bluez-dev/receipt Sat Aug 10 21:12:16 2013 +0000 14.3 @@ -5,16 +5,18 @@ 14.4 CATEGORY="development" 14.5 SHORT_DESC="Bluez devel files." 14.6 MAINTAINER="pankso@slitaz.org" 14.7 -DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev" 14.8 +LICENSE="GPL2" 14.9 WANTED="bluez" 14.10 WEB_SITE="http://www.bluez.org/" 14.11 14.12 +DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev" 14.13 + 14.14 # Rules to gen a SliTaz package suitable for Tazpkg. 14.15 genpkg_rules() 14.16 { 14.17 mkdir -p $fs/usr/lib/alsa-lib 14.18 - cp -a $_pkg/usr/include $fs/usr 14.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 14.20 - cp -a $_pkg/usr/lib/alsa-lib/*.*a $fs/usr/lib/alsa-lib 14.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 14.22 + cp -a $install/usr/include $fs/usr 14.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 14.24 + cp -a $install/usr/lib/alsa-lib/*.*a $fs/usr/lib/alsa-lib 14.25 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 14.26 }
15.1 --- a/bluez/receipt Sat Aug 10 17:48:05 2013 +0000 15.2 +++ b/bluez/receipt Sat Aug 10 21:12:16 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="system-tools" 15.5 SHORT_DESC="Bluetooth protocol stack." 15.6 MAINTAINER="pankso@slitaz.org" 15.7 +LICENSE="GPL2" 15.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 15.9 WEB_SITE="http://www.bluez.org/" 15.10 #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL" 15.11 @@ -47,14 +48,14 @@ 15.12 genpkg_rules() 15.13 { 15.14 mkdir -p $fs/usr/lib/alsa-lib 15.15 - cp -a $_pkg/usr/bin $fs/usr 15.16 - cp -a $_pkg/usr/sbin $fs/usr 15.17 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 15.18 - cp -a $_pkg/usr/lib/alsa-lib/*.so* $fs/usr/lib/alsa-lib 15.19 - cp -a $_pkg/usr/lib/bluetooth $fs/usr/lib 15.20 - cp -a $_pkg/usr/lib/cups $fs/usr/lib 15.21 - cp -a $_pkg/etc $fs 15.22 - cp -a $_pkg/var $fs 15.23 + cp -a $install/usr/bin $fs/usr 15.24 + cp -a $install/usr/sbin $fs/usr 15.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 15.26 + cp -a $install/usr/lib/alsa-lib/*.so* $fs/usr/lib/alsa-lib 15.27 + cp -a $install/usr/lib/bluetooth $fs/usr/lib 15.28 + cp -a $install/usr/lib/cups $fs/usr/lib 15.29 + cp -a $install/etc $fs 15.30 + cp -a $install/var $fs 15.31 15.32 #some extra tools and config files 15.33 cp -a $src/test/simple-agent $fs/usr/bin/bluez-simple-agent
16.1 --- a/brasero/receipt Sat Aug 10 17:48:05 2013 +0000 16.2 +++ b/brasero/receipt Sat Aug 10 21:12:16 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="utilities" 16.5 SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." 16.6 MAINTAINER="devl547@gmail.com" 16.7 +LICENSE="GPL2" 16.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.9 WEB_SITE="http://www.gnome.org/projects/brasero" 16.10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL" 16.11 @@ -32,14 +33,14 @@ 16.12 --disable-search \ 16.13 --disable-playlist && 16.14 make && 16.15 - make DESTDIR=$PWD/_pkg install 16.16 + make DESTDIR=$DESTDIR install 16.17 } 16.18 16.19 # Rules to gen a SliTaz package suitable for Tazpkg. 16.20 genpkg_rules() 16.21 { 16.22 mkdir -p $fs/usr/share 16.23 - cp -a $_pkg/usr/bin $fs/usr/ 16.24 - cp -a $_pkg/usr/lib $fs/usr/ 16.25 - cp -a $_pkg/usr/share/applications $fs/usr/share/applications 16.26 + cp -a $install/usr/bin $fs/usr/ 16.27 + cp -a $install/usr/lib $fs/usr/ 16.28 + cp -a $install/usr/share/applications $fs/usr/share/applications 16.29 }
17.1 --- a/btrfs-mkfs/receipt Sat Aug 10 17:48:05 2013 +0000 17.2 +++ b/btrfs-mkfs/receipt Sat Aug 10 21:12:16 2013 +0000 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="system-tools" 17.5 SHORT_DESC="Btrfs Filesystem creation tool." 17.6 MAINTAINER="pascal.bellard@slitaz.org" 17.7 +LICENSE="GPL2" 17.8 WEB_SITE="http://btrfs.wiki.kernel.org/" 17.9 WANTED="btrfs-progs" 17.10
18.1 --- a/btrfs-progs/receipt Sat Aug 10 17:48:05 2013 +0000 18.2 +++ b/btrfs-progs/receipt Sat Aug 10 21:12:16 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="system-tools" 18.5 SHORT_DESC="Btrfs Filesystem user space tools." 18.6 MAINTAINER="pascal.bellard@slitaz.org" 18.7 +LICENSE="GPL2" 18.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.9 WEB_SITE="http://btrfs.wiki.kernel.org/" 18.10 WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git"
19.1 --- a/cairo-clock-themes/receipt Sat Aug 10 17:48:05 2013 +0000 19.2 +++ b/cairo-clock-themes/receipt Sat Aug 10 21:12:16 2013 +0000 19.3 @@ -5,14 +5,16 @@ 19.4 CATEGORY="x-window" 19.5 SHORT_DESC="Set of themes for cairo-clock." 19.6 MAINTAINER="pankso@slitaz.org" 19.7 -DEPENDS="cairo-clock" 19.8 +LICENSE="GPL2" 19.9 WANTED="cairo-clock" 19.10 WEB_SITE="http://macslow.thepimp.net/?page_id=23" 19.11 19.12 +DEPENDS="cairo-clock" 19.13 + 19.14 # Rules to gen a SliTaz package suitable for Tazpkg. 19.15 genpkg_rules() 19.16 { 19.17 mkdir -p $fs/usr/share/cairo-clock 19.18 - cp -a $_pkg/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock 19.19 + cp -a $install/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock 19.20 rm -rf $fs/usr/share/cairo-clock/themes/default 19.21 }
20.1 --- a/cairo-clock/receipt Sat Aug 10 17:48:05 2013 +0000 20.2 +++ b/cairo-clock/receipt Sat Aug 10 21:12:16 2013 +0000 20.3 @@ -5,6 +5,7 @@ 20.4 CATEGORY="x-window" 20.5 SHORT_DESC="Nice analog clock displaying the system-time." 20.6 MAINTAINER="pankso@slitaz.org" 20.7 +LICENSE="GPL2" 20.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.9 WEB_SITE="http://macslow.thepimp.net/?page_id=23" 20.10 #WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL" 20.11 @@ -26,9 +27,9 @@ 20.12 genpkg_rules() 20.13 { 20.14 mkdir -p $fs/usr/share/$PACKAGE/themes 20.15 - cp -a $_pkg/usr/bin $fs/usr 20.16 - cp -a $_pkg/usr/share/$PACKAGE/glade \ 20.17 + cp -a $install/usr/bin $fs/usr 20.18 + cp -a $install/usr/share/$PACKAGE/glade \ 20.19 $fs/usr/share/$PACKAGE 20.20 - cp -a $_pkg/usr/share/$PACKAGE/themes/default \ 20.21 + cp -a $install/usr/share/$PACKAGE/themes/default \ 20.22 $fs/usr/share/$PACKAGE/themes 20.23 }
21.1 --- a/caps/receipt Sat Aug 10 17:48:05 2013 +0000 21.2 +++ b/caps/receipt Sat Aug 10 21:12:16 2013 +0000 21.3 @@ -5,6 +5,7 @@ 21.4 CATEGORY="multimedia" 21.5 SHORT_DESC="The CAPS Audio Plugin Suite." 21.6 MAINTAINER="paul@slitaz.org" 21.7 +LICENSE="GPL2" 21.8 WEB_SITE="http://quitte.de/dsp/caps.html" 21.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 21.10 WGET_URL="http://quitte.de/dsp/$TARBALL"
22.1 --- a/catfish/receipt Sat Aug 10 17:48:05 2013 +0000 22.2 +++ b/catfish/receipt Sat Aug 10 21:12:16 2013 +0000 22.3 @@ -5,6 +5,7 @@ 22.4 CATEGORY="utilities" 22.5 SHORT_DESC="Catfish is a versatile file searching tool" 22.6 MAINTAINER="devl547@gmail.com" 22.7 +LICENSE="GPL2" 22.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.9 WEB_SITE="http://twotoasts.de/index.php/catfish/" 22.10 WGET_URL="http://twotoasts.de/media/$PACKAGE/$TARBALL"
23.1 --- a/cclfox/receipt Sat Aug 10 17:48:05 2013 +0000 23.2 +++ b/cclfox/receipt Sat Aug 10 21:12:16 2013 +0000 23.3 @@ -5,12 +5,14 @@ 23.4 CATEGORY="development" 23.5 SHORT_DESC="server gui for libccls" 23.6 MAINTAINER="allan316@gmail.com" 23.7 -DEPENDS="libccls fox14 glib" 23.8 -BUILD_DEPENDS="libccls-dev fox14-dev" 23.9 +LICENSE="GPL2" 23.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.11 WEB_SITE="http://ccl.sourceforge.net" 23.12 WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/0.7.0/$TARBALL" 23.13 23.14 +DEPENDS="libccls fox14 glib" 23.15 +BUILD_DEPENDS="libccls-dev fox14-dev" 23.16 + 23.17 # Rules to configure and make the package. 23.18 compile_rules() 23.19 { 23.20 @@ -20,13 +22,13 @@ 23.21 --infodir=/usr/share/info \ 23.22 --mandir=/usr/share/man \ 23.23 $CONFIGURE_ARGS && 23.24 - make && make DESTDIR=$PWD/_pkg install 23.25 + make && make DESTDIR=$DESTDIR install 23.26 } 23.27 23.28 # Rules to gen a SliTaz package suitable for Tazpkg. 23.29 genpkg_rules() 23.30 { 23.31 mkdir -p $fs/usr 23.32 - cp -a $_pkg/usr/bin $fs/usr 23.33 + cp -a $install/usr/bin $fs/usr 23.34 } 23.35
24.1 --- a/celestia/receipt Sat Aug 10 17:48:05 2013 +0000 24.2 +++ b/celestia/receipt Sat Aug 10 21:12:16 2013 +0000 24.3 @@ -5,12 +5,14 @@ 24.4 CATEGORY="games" 24.5 SHORT_DESC="Real-time 3D Space Simulation" 24.6 MAINTAINER="slaxemulator@gmail.com" 24.7 -DEPENDS="gtk+ glew libtheora lua5.1 gtkglext freeglut xorg-libXmu mesa libglu-mesa libjpeg jpeg zlib" 24.8 -BUILD_DEPENDS="$DEPENDS gtk+-dev libtheora-dev lua5.1-dev gtkglext-dev freeglut-dev xorg-libXmu-dev libglu-mesa mesa-dev libpng-dev libogg-dev jpeg-dev glew-dev zlib-dev gettext autoconf" 24.9 +LICENSE="GPL2" 24.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 24.11 WEB_SITE="http://www.shatters.net/celestia/" 24.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 24.13 24.14 +DEPENDS="gtk+ glew libtheora lua5.1 gtkglext freeglut xorg-libXmu mesa libglu-mesa libjpeg jpeg zlib" 24.15 +BUILD_DEPENDS="$DEPENDS gtk+-dev libtheora-dev lua5.1-dev gtkglext-dev freeglut-dev xorg-libXmu-dev libglu-mesa mesa-dev libpng-dev libogg-dev jpeg-dev glew-dev zlib-dev gettext autoconf" 24.16 + 24.17 # Rules to configure and make the package. 24.18 compile_rules() 24.19 {
25.1 --- a/clamav-dev/receipt Sat Aug 10 17:48:05 2013 +0000 25.2 +++ b/clamav-dev/receipt Sat Aug 10 21:12:16 2013 +0000 25.3 @@ -5,6 +5,7 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="Clamav dev files." 25.6 MAINTAINER="erjo@slitaz.org" 25.7 +LICENSE="GPL2" 25.8 WEB_SITE="http://www.clamav.net/" 25.9 TAGS="antivirus" 25.10 WANTED="clamav"
26.1 --- a/clamav/receipt Sat Aug 10 17:48:05 2013 +0000 26.2 +++ b/clamav/receipt Sat Aug 10 21:12:16 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="security" 26.5 SHORT_DESC="Antivirus." 26.6 MAINTAINER="paul@slitaz.org" 26.7 +LICENSE="GPL2" 26.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.9 WEB_SITE="http://www.clamav.net/" 26.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
27.1 --- a/claws-mail-rssyl-dev/receipt Sat Aug 10 17:48:05 2013 +0000 27.2 +++ b/claws-mail-rssyl-dev/receipt Sat Aug 10 21:12:16 2013 +0000 27.3 @@ -5,10 +5,12 @@ 27.4 CATEGORY="development" 27.5 SHORT_DESC="RSS feed aggregator for Claws Mail dev files." 27.6 MAINTAINER="erjo@slitaz.org" 27.7 +LICENSE="GPL2" 27.8 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 27.9 +WANTED="claws-mail-rssyl" 27.10 + 27.11 DEPENDS="claws-mail curl libxml2" 27.12 BUILD_DEPENDS="claws-mail-dev" 27.13 -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 27.14 -WANTED="claws-mail-rssyl" 27.15 27.16 # Rules to gen a SliTaz package suitable for Tazpkg. 27.17 genpkg_rules()
28.1 --- a/claws-mail-rssyl/receipt Sat Aug 10 17:48:05 2013 +0000 28.2 +++ b/claws-mail-rssyl/receipt Sat Aug 10 21:12:16 2013 +0000 28.3 @@ -5,10 +5,7 @@ 28.4 CATEGORY="network" 28.5 SHORT_DESC="RSS feed aggregator for Claws Mail." 28.6 MAINTAINER="erjo@slitaz.org" 28.7 -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 28.8 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 28.9 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 28.10 -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" 28.11 +LICENSE="GPL2" 28.12 SOURCE="rssyl" 28.13 TARBALL="$SOURCE-$VERSION.tar.gz" 28.14 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 28.15 @@ -16,6 +13,11 @@ 28.16 SUGGESTED="gtkhtml2viewer" 28.17 TAGS="rss newsfeed" 28.18 28.19 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 28.20 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 28.21 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 28.22 +BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" 28.23 + 28.24 # Rules to configure and make the package. 28.25 compile_rules() 28.26 {
29.1 --- a/comix/receipt Sat Aug 10 17:48:05 2013 +0000 29.2 +++ b/comix/receipt Sat Aug 10 21:12:16 2013 +0000 29.3 @@ -5,25 +5,27 @@ 29.4 CATEGORY="graphics" 29.5 SHORT_DESC="Comix is an image viewer, specifically designed to handle comic books." 29.6 MAINTAINER="mallory@sweetpeople.org" 29.7 -DEPENDS="python pygtk python-pil rar" 29.8 -BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar" 29.9 +LICENSE="GPL2" 29.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 29.11 WEB_SITE="http://comix.sourceforge.net" 29.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 29.13 TAGS="viewer comic" 29.14 29.15 +DEPENDS="python pygtk python-pil rar" 29.16 +BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar" 29.17 + 29.18 # Rules to configure and make the package. 29.19 compile_rules() 29.20 { 29.21 cd $src 29.22 - mkdir -p _pkg/usr 29.23 - python install.py --no-mime --dir $PWD/_pkg/usr install 29.24 + mkdir -p $DESTDIR/usr 29.25 + python install.py --no-mime --dir $DESTDIR/usr install 29.26 } 29.27 29.28 # Rules to gen a SliTaz package suitable for Tazpkg. 29.29 genpkg_rules() 29.30 { 29.31 mkdir -p $fs/usr 29.32 - cp -a $_pkg/usr/* $fs/usr/ 29.33 + cp -a $install/usr/* $fs/usr/ 29.34 } 29.35
30.1 --- a/connman-dev/receipt Sat Aug 10 17:48:05 2013 +0000 30.2 +++ b/connman-dev/receipt Sat Aug 10 21:12:16 2013 +0000 30.3 @@ -5,6 +5,7 @@ 30.4 CATEGORY="network" 30.5 SHORT_DESC="Daemon for managing internet connections, dev files." 30.6 MAINTAINER="slaxemulator@gmail.com" 30.7 +LICENSE="GPL2" 30.8 WEB_SITE="http://connman.net/" 30.9 WANTED="connman" 30.10 30.11 @@ -15,9 +16,9 @@ 30.12 { 30.13 # vpn 30.14 mkdir -p $fs/usr/lib/connman/plugins-vpn 30.15 - cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 30.16 + cp -a $install/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 30.17 # include 30.18 - cp -a $_pkg/usr/include $fs/usr 30.19 + cp -a $install/usr/include $fs/usr 30.20 # pkg-config 30.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 30.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 30.23 }
31.1 --- a/connman-tools/receipt Sat Aug 10 17:48:05 2013 +0000 31.2 +++ b/connman-tools/receipt Sat Aug 10 21:12:16 2013 +0000 31.3 @@ -5,6 +5,7 @@ 31.4 CATEGORY="network" 31.5 SHORT_DESC="Daemon for managing internet connections, dev tools." 31.6 MAINTAINER="slaxemulator@gmail.com" 31.7 +LICENSE="GPL2" 31.8 WEB_SITE="http://connman.net/" 31.9 WANTED="connman" 31.10
32.1 --- a/connman/receipt Sat Aug 10 17:48:05 2013 +0000 32.2 +++ b/connman/receipt Sat Aug 10 21:12:16 2013 +0000 32.3 @@ -5,6 +5,7 @@ 32.4 CATEGORY="network" 32.5 SHORT_DESC="Daemon for managing internet connections" 32.6 MAINTAINER="slaxemulator@gmail.com" 32.7 +LICENSE="GPL2" 32.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 32.9 WEB_SITE="http://connman.net/" 32.10 WGET_URL="http://linux-kernel.uio.no/pub/linux/network/$PACKAGE/$TARBALL"
33.1 --- a/cryptsetup-dev/receipt Sat Aug 10 17:48:05 2013 +0000 33.2 +++ b/cryptsetup-dev/receipt Sat Aug 10 21:12:16 2013 +0000 33.3 @@ -5,15 +5,17 @@ 33.4 CATEGORY="development" 33.5 SHORT_DESC="cryptsetup library development files." 33.6 MAINTAINER="b1+slitaz@nagel.org" 33.7 -DEPENDS="cryptsetup" 33.8 +LICENSE="GPL2" 33.9 WANTED="cryptsetup" 33.10 WEB_SITE="http://sourceware.org/dm/" 33.11 33.12 +DEPENDS="cryptsetup" 33.13 + 33.14 # Rules to gen a SliTaz package suitable for Tazpkg. 33.15 genpkg_rules() 33.16 { 33.17 mkdir -p $fs/usr/lib 33.18 - cp -a $_pkg/usr/include $fs/usr 33.19 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 33.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 33.21 + cp -a $install/usr/include $fs/usr 33.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 33.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 33.24 }
34.1 --- a/cryptsetup/receipt Sat Aug 10 17:48:05 2013 +0000 34.2 +++ b/cryptsetup/receipt Sat Aug 10 21:12:16 2013 +0000 34.3 @@ -5,13 +5,15 @@ 34.4 CATEGORY="system-tools" 34.5 SHORT_DESC="dm-crypt setup tool for encryption of block devices" 34.6 MAINTAINER="b1+slitaz@nagel.org" 34.7 -DEPENDS="e2fsprogs popt libgcrypt libdevmapper" 34.8 -BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ 34.9 +LICENSE="GPL2" 34.10 libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt" 34.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 34.12 WEB_SITE="http://code.google.com/p/$PACKAGE" 34.13 WGET_URL="http://cryptsetup.googlecode.com/files/$TARBALL" 34.14 34.15 +DEPENDS="e2fsprogs popt libgcrypt libdevmapper" 34.16 +BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ 34.17 + 34.18 # Rules to configure and make the package. 34.19 compile_rules() 34.20 { 34.21 @@ -27,6 +29,6 @@ 34.22 genpkg_rules() 34.23 { 34.24 mkdir -p $fs/usr/lib 34.25 - cp -a $_pkg/usr/sbin $fs/usr 34.26 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 34.27 + cp -a $install/usr/sbin $fs/usr 34.28 + cp -a $install/usr/lib/*.so* $fs/usr/lib 34.29 }
35.1 --- a/csync-dev/receipt Sat Aug 10 17:48:05 2013 +0000 35.2 +++ b/csync-dev/receipt Sat Aug 10 21:12:16 2013 +0000 35.3 @@ -5,6 +5,7 @@ 35.4 CATEGORY="development" 35.5 SHORT_DESC="Csync development files." 35.6 MAINTAINER="erjo@slitaz.org" 35.7 +LICENSE="GPL2" 35.8 WEB_SITE="http://www.csync.org/" 35.9 WANTED="csync" 35.10
36.1 --- a/csync/receipt Sat Aug 10 17:48:05 2013 +0000 36.2 +++ b/csync/receipt Sat Aug 10 21:12:16 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="File synchronizer" 36.6 MAINTAINER="erjo@slitaz.org" 36.7 +LICENSE="GPL2" 36.8 WEB_SITE="http://www.csync.org/" 36.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 36.10 WGET_URL="http://download.owncloud.com/download/$TARBALL"
37.1 --- a/cups-pdf/receipt Sat Aug 10 17:48:05 2013 +0000 37.2 +++ b/cups-pdf/receipt Sat Aug 10 21:12:16 2013 +0000 37.3 @@ -5,12 +5,14 @@ 37.4 CATEGORY="system-tools" 37.5 SHORT_DESC="PDF printer for cups" 37.6 MAINTAINER="jozee@slitaz.org" 37.7 -DEPENDS="ghostscript cups" 37.8 +LICENSE="GPL2" 37.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 37.10 WEB_SITE="http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf" 37.11 WGET_URL="${WEB_SITE}/src/${TARBALL}" 37.12 TAGS="printer printing" 37.13 37.14 +DEPENDS="ghostscript cups" 37.15 + 37.16 # Rules to configure and make the package. 37.17 compile_rules() 37.18 {
38.1 --- a/d-feet/receipt Sat Aug 10 17:48:05 2013 +0000 38.2 +++ b/d-feet/receipt Sat Aug 10 21:12:16 2013 +0000 38.3 @@ -5,9 +5,11 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="D-Feet is an easy to use D-Bus debugger." 38.6 MAINTAINER="monghitri@aruba.it" 38.7 +LICENSE="GPL2" 38.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 38.9 WEB_SITE="https://live.gnome.org/DFeet/" 38.10 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" 38.11 + 38.12 DEPENDS="dbus dbus-python pygtk python" 38.13 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" 38.14
39.1 --- a/dar/receipt Sat Aug 10 17:48:05 2013 +0000 39.2 +++ b/dar/receipt Sat Aug 10 21:12:16 2013 +0000 39.3 @@ -5,6 +5,7 @@ 39.4 CATEGORY="system-tools" 39.5 SHORT_DESC="Disk archive." 39.6 MAINTAINER="pascal.bellard@slitaz.org" 39.7 +LICENSE="GPL2" 39.8 WEB_SITE="http://dar.linux.free.fr/" 39.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 39.11 @@ -27,5 +28,5 @@ 39.12 # Rules to gen a SliTaz package suitable for Tazpkg. 39.13 genpkg_rules() 39.14 { 39.15 - cp -a $_pkg/* $fs 39.16 + cp -a $install/* $fs 39.17 }
40.1 --- a/dbus-dev/receipt Sat Aug 10 17:48:05 2013 +0000 40.2 +++ b/dbus-dev/receipt Sat Aug 10 21:12:16 2013 +0000 40.3 @@ -4,11 +4,13 @@ 40.4 VERSION="1.6.4" 40.5 CATEGORY="development" 40.6 SHORT_DESC="D-Bus is a message bus system devel files." 40.7 -DEPENDS="dbus" 40.8 WANTED="dbus" 40.9 MAINTAINER="pankso@slitaz.org" 40.10 +LICENSE="GPL2" 40.11 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 40.12 40.13 +DEPENDS="dbus" 40.14 + 40.15 # Rules to gen a SliTaz package suitable for Tazpkg. 40.16 genpkg_rules() 40.17 {
41.1 --- a/dbus-glib-dev/receipt Sat Aug 10 17:48:05 2013 +0000 41.2 +++ b/dbus-glib-dev/receipt Sat Aug 10 21:12:16 2013 +0000 41.3 @@ -4,11 +4,13 @@ 41.4 VERSION="0.100" 41.5 CATEGORY="development" 41.6 SHORT_DESC="D-Bus glib binding." 41.7 -DEPENDS="dbus-glib dbus-dev glib-dev" 41.8 WANTED="dbus-glib" 41.9 MAINTAINER="pankso@slitaz.org" 41.10 +LICENSE="GPL2" 41.11 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 41.12 41.13 +DEPENDS="dbus-glib dbus-dev glib-dev" 41.14 + 41.15 # Rules to gen a SliTaz package suitable for Tazpkg. 41.16 genpkg_rules() 41.17 {
42.1 --- a/dbus-glib/receipt Sat Aug 10 17:48:05 2013 +0000 42.2 +++ b/dbus-glib/receipt Sat Aug 10 21:12:16 2013 +0000 42.3 @@ -5,6 +5,7 @@ 42.4 CATEGORY="x-window" 42.5 SHORT_DESC="D-Bus glib binding." 42.6 MAINTAINER="pankso@slitaz.org" 42.7 +LICENSE="GPL2" 42.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.9 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 42.10 WGET_URL="http://dbus.freedesktop.org/releases/dbus-glib/$TARBALL"
43.1 --- a/dbus-helper/receipt Sat Aug 10 17:48:05 2013 +0000 43.2 +++ b/dbus-helper/receipt Sat Aug 10 21:12:16 2013 +0000 43.3 @@ -6,6 +6,7 @@ 43.4 SHORT_DESC="D-Bus is a message bus system devel files." 43.5 WANTED="dbus" 43.6 MAINTAINER="pankso@slitaz.org" 43.7 +LICENSE="GPL2" 43.8 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 43.9 43.10 DEPENDS="dbus"
44.1 --- a/dbus/receipt Sat Aug 10 17:48:05 2013 +0000 44.2 +++ b/dbus/receipt Sat Aug 10 21:12:16 2013 +0000 44.3 @@ -5,6 +5,7 @@ 44.4 CATEGORY="x-window" 44.5 SHORT_DESC="D-Bus is a message bus system." 44.6 MAINTAINER="pankso@slitaz.org" 44.7 +LICENSE="GPL2" 44.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 44.9 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 44.10 WGET_URL="http://dbus.freedesktop.org/releases/dbus/$TARBALL"
45.1 --- a/dd_rhelp/receipt Sat Aug 10 17:48:05 2013 +0000 45.2 +++ b/dd_rhelp/receipt Sat Aug 10 21:12:16 2013 +0000 45.3 @@ -5,11 +5,13 @@ 45.4 CATEGORY="system-tools" 45.5 SHORT_DESC="Block device copy tools." 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 -DEPENDS="bash dd_rescue" 45.8 +LICENSE="GPL2" 45.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 45.10 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/" 45.11 WGET_URL="http://www.kalysto.org/pkg/$TARBALL" 45.12 45.13 +DEPENDS="bash dd_rescue" 45.14 + 45.15 # Rules to configure and make the package. 45.16 compile_rules() 45.17 {
46.1 --- a/duplicity/receipt Sat Aug 10 17:48:05 2013 +0000 46.2 +++ b/duplicity/receipt Sat Aug 10 21:12:16 2013 +0000 46.3 @@ -5,6 +5,7 @@ 46.4 CATEGORY="network" 46.5 SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm." 46.6 MAINTAINER="pascal.bellard@slitaz.org" 46.7 +LICENSE="GPL2" 46.8 WEB_SITE="http://duplicity.nongnu.org/" 46.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 46.10 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
47.1 --- a/e2fsprogs-dev/receipt Sat Aug 10 17:48:05 2013 +0000 47.2 +++ b/e2fsprogs-dev/receipt Sat Aug 10 21:12:16 2013 +0000 47.3 @@ -6,6 +6,7 @@ 47.4 SHORT_DESC="The e2fsprogs devel files." 47.5 MAINTAINER="pankso@slitaz.org" 47.6 WANTED="e2fsprogs" 47.7 +LICENSE="GPL2" 47.8 WEB_SITE="http://e2fsprogs.sourceforge.net/" 47.9 HOST_ARCH="i486 arm" 47.10
48.1 --- a/e2fsprogs/receipt Sat Aug 10 17:48:05 2013 +0000 48.2 +++ b/e2fsprogs/receipt Sat Aug 10 21:12:16 2013 +0000 48.3 @@ -5,6 +5,7 @@ 48.4 CATEGORY="base-system" 48.5 SHORT_DESC="Filesystem utilities for use with ext2 and ext3 (without fsck*)." 48.6 MAINTAINER="pankso@slitaz.org" 48.7 +LICENSE="GPL2" 48.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.9 WEB_SITE="http://e2fsprogs.sourceforge.net/" 48.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
49.1 --- a/edje-dev/receipt Sat Aug 10 17:48:05 2013 +0000 49.2 +++ b/edje-dev/receipt Sat Aug 10 21:12:16 2013 +0000 49.3 @@ -5,7 +5,7 @@ 49.4 CATEGORY="development" 49.5 SHORT_DESC="EFL Abstract GUI layout and animation object library - Devel files." 49.6 MAINTAINER="pankso@slitaz.org" 49.7 -LICENSE="BSD" 49.8 +LICENSE="GPL2 BSD" 49.9 WANTED="edje" 49.10 WEB_SITE="http://www.enlightenment.org/" 49.11
50.1 --- a/edje/receipt Sat Aug 10 17:48:05 2013 +0000 50.2 +++ b/edje/receipt Sat Aug 10 21:12:16 2013 +0000 50.3 @@ -5,7 +5,7 @@ 50.4 CATEGORY="x-window" 50.5 SHORT_DESC="EFL Abstract GUI layout and animation object library." 50.6 MAINTAINER="pankso@slitaz.org" 50.7 -LICENSE="BSD" 50.8 +LICENSE="BSD GPL2" 50.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 50.10 WEB_SITE="http://www.enlightenment.org/" 50.11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
51.1 --- a/ejabberd/receipt Sat Aug 10 17:48:05 2013 +0000 51.2 +++ b/ejabberd/receipt Sat Aug 10 21:12:16 2013 +0000 51.3 @@ -5,6 +5,7 @@ 51.4 CATEGORY="network" 51.5 SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)." 51.6 MAINTAINER="pascal.bellard@slitaz.org" 51.7 +LICENSE="GPL2" 51.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.9 WEB_SITE="http://www.ejabberb.im/" 51.10 WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL" 51.11 @@ -32,7 +33,7 @@ 51.12 genpkg_rules() 51.13 { 51.14 mkdir -p $fs/etc/init.d 51.15 - cp -a $_pkg/* $fs 51.16 + cp -a $install/* $fs 51.17 ln -s /usr/sbin/ejabberdctl $fs/etc/init.d/ejabberd 51.18 } 51.19
52.1 --- a/electricsheep/receipt Sat Aug 10 17:48:05 2013 +0000 52.2 +++ b/electricsheep/receipt Sat Aug 10 21:12:16 2013 +0000 52.3 @@ -5,12 +5,14 @@ 52.4 CATEGORY="graphics" 52.5 SHORT_DESC="Distributed screen-saver that renders morphing abstract animations" 52.6 MAINTAINER="gokhlayeh@slitaz.org" 52.7 -DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" 52.8 -BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" 52.9 +LICENSE="GPL2" 52.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.11 WEB_SITE="http://community.electricsheep.org/" 52.12 WGET_URL="http://147.52.159.12/mirrors/ftp.kernel.org/pub/dist/vectorlinux/VL64-7.0/sourceAbs/$PACKAGE/$TARBALL" 52.13 52.14 +DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" 52.15 +BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" 52.16 + 52.17 # Rules to configure and make the package. 52.18 compile_rules() 52.19 {
53.1 --- a/elinks/receipt Sat Aug 10 17:48:05 2013 +0000 53.2 +++ b/elinks/receipt Sat Aug 10 21:12:16 2013 +0000 53.3 @@ -5,6 +5,7 @@ 53.4 CATEGORY="network" 53.5 SHORT_DESC="Full featured www text browser" 53.6 MAINTAINER="allan316@gmail.com" 53.7 +LICENSE="GPL2" 53.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 53.9 WEB_SITE="http://elinks.or.cz" 53.10 WGET_URL="$WEB_SITE/download/$TARBALL"
54.1 --- a/evas_generic_loaders/receipt Sat Aug 10 17:48:05 2013 +0000 54.2 +++ b/evas_generic_loaders/receipt Sat Aug 10 21:12:16 2013 +0000 54.3 @@ -5,7 +5,7 @@ 54.4 CATEGORY="base-system" 54.5 SHORT_DESC="Loaders for Evas using 'generic' module" 54.6 MAINTAINER="domcox@slitaz.org" 54.7 -LICENSE="BSD" 54.8 +LICENSE="GPL2" 54.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 54.10 WEB_SITE="http://www.enlightenment.org/" 54.11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
55.1 --- a/evince-dev/receipt Sat Aug 10 17:48:05 2013 +0000 55.2 +++ b/evince-dev/receipt Sat Aug 10 21:12:16 2013 +0000 55.3 @@ -5,17 +5,19 @@ 55.4 CATEGORY="office" 55.5 SHORT_DESC="Evince developement headers files." 55.6 MAINTAINER="erjo@slitaz.org" 55.7 -DEPENDS="evince gnome-doc-utils" 55.8 +LICENSE="GPL2" 55.9 WEB_SITE="http://projects.gnome.org/evince/" 55.10 WANTED="evince" 55.11 55.12 +DEPENDS="evince gnome-doc-utils" 55.13 + 55.14 # Rules to gen a SliTaz package suitable for Tazpkg. 55.15 genpkg_rules() 55.16 { 55.17 mkdir -p $fs/usr/lib/evince/3/backends 55.18 55.19 - cp -a $_pkg/usr/include $fs/usr 55.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 55.21 - cp -a $_pkg/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends 55.22 + cp -a $install/usr/include $fs/usr 55.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 55.24 + cp -a $install/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends 55.25 55.26 }
56.1 --- a/evince-doc/receipt Sat Aug 10 17:48:05 2013 +0000 56.2 +++ b/evince-doc/receipt Sat Aug 10 21:12:16 2013 +0000 56.3 @@ -5,16 +5,18 @@ 56.4 CATEGORY="development" 56.5 SHORT_DESC="Evince documention." 56.6 MAINTAINER="erjo@slitaz.org" 56.7 -DEPENDS="evince" 56.8 +LICENSE="GPL2" 56.9 WEB_SITE="http://projects.gnome.org/evince/" 56.10 WANTED="evince" 56.11 56.12 +DEPENDS="evince" 56.13 + 56.14 # Rules to configure and make the package. 56.15 compile_rules() 56.16 { 56.17 - [ -d $_pkg/usr/share/gnome -a \ 56.18 - -d $_pkg/usr/share/gtk-doc -a \ 56.19 - -d $_pkg/usr/share/omf ] 56.20 + [ -d $install/usr/share/gnome -a \ 56.21 + -d $install/usr/share/gtk-doc -a \ 56.22 + -d $install/usr/share/omf ] 56.23 } 56.24 56.25 # Rules to gen a SliTaz package suitable for Tazpkg. 56.26 @@ -23,5 +25,5 @@ 56.27 # Note: Evince build disables local help in favor of online help. 56.28 # Consider removing this package from wok. 56.29 mkdir -p $fs/usr/share 56.30 - cp -a $_pkg/usr/share/gtk-doc $fs/usr/share 56.31 + cp -a $install/usr/share/gtk-doc $fs/usr/share 56.32 }
57.1 --- a/evince/receipt Sat Aug 10 17:48:05 2013 +0000 57.2 +++ b/evince/receipt Sat Aug 10 21:12:16 2013 +0000 57.3 @@ -5,15 +5,16 @@ 57.4 CATEGORY="office" 57.5 SHORT_DESC="Document viewer for Gnome" 57.6 MAINTAINER="erjo@slitaz.org" 57.7 -DEPENDS="lcms poppler tiff dbus-glib glib util-linux-uuid" 57.8 -BUILD_DEPENDS="gnome-doc-utils-dev docbook-xml libxml2-dev \ 57.9 -gnome-icon-theme gtk+-dev intltool lcms-dev util-linux-uuid-dev \ 57.10 -poppler-dev tiff-dev dbus-glib-dev xorg-dev" 57.11 +LICENSE="GPL2" 57.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 57.13 WEB_SITE="http://projects.gnome.org/evince/" 57.14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 57.15 TAGS="viewer pdf tiff ps postscript dvi" 57.16 57.17 +DEPENDS="lcms poppler tiff dbus-glib glib util-linux-uuid" 57.18 +BUILD_DEPENDS="gnome-doc-utils-dev docbook-xml libxml2-dev \ 57.19 +gnome-icon-theme gtk+-dev intltool lcms-dev util-linux-uuid-dev \ 57.20 +poppler-dev tiff-dev dbus-glib-dev xorg-dev" 57.21 57.22 # Rules to configure and make the package. 57.23 compile_rules() 57.24 @@ -38,14 +39,14 @@ 57.25 genpkg_rules() 57.26 { 57.27 mkdir -p $fs/usr/share/glib-2.0 $fs/usr/lib $fs/usr/share/applications 57.28 - cp -a $_pkg/usr/bin $fs/usr 57.29 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 57.30 - cp -a $_pkg/usr/lib/evince $fs/usr/lib 57.31 + cp -a $install/usr/bin $fs/usr 57.32 + cp -a $install/usr/lib/*.so* $fs/usr/lib 57.33 + cp -a $install/usr/lib/evince $fs/usr/lib 57.34 57.35 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 57.36 - cp -a $_pkg/usr/share/icons $fs/usr/share 57.37 - cp -a $_pkg/usr/share/evince $fs/usr/share 57.38 - cp -a $_pkg/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0 57.39 + cp -a $install/usr/share/dbus-1 $fs/usr/share 57.40 + cp -a $install/usr/share/icons $fs/usr/share 57.41 + cp -a $install/usr/share/evince $fs/usr/share 57.42 + cp -a $install/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0 57.43 cp -a $stuff/evince.desktop $fs/usr/share/applications 57.44 57.45 # Removing unwanted files
58.1 --- a/fail2ban/receipt Sat Aug 10 17:48:05 2013 +0000 58.2 +++ b/fail2ban/receipt Sat Aug 10 21:12:16 2013 +0000 58.3 @@ -5,6 +5,7 @@ 58.4 CATEGORY="network" 58.5 SHORT_DESC="Scans log files to bans IP that makes too many password failures." 58.6 MAINTAINER="pascal.bellard@slitaz.org" 58.7 +LICENSE="GPL2" 58.8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 58.9 WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page" 58.10 WGET_URL="https://github.com/downloads/$PACKAGE/$PACKAGE/$TARBALL"
59.1 --- a/fbgrab/receipt Sat Aug 10 17:48:05 2013 +0000 59.2 +++ b/fbgrab/receipt Sat Aug 10 21:12:16 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="misc" 59.5 SHORT_DESC="Frame buffer grabber." 59.6 MAINTAINER="pascal.bellard@slitaz.org" 59.7 +LICENSE="GPL2" 59.8 WEB_SITE="http://hem.bredband.net/gmogmo/fbgrab/" 59.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.10 WGET_URL="${WEB_SITE}$TARBALL"
60.1 --- a/fbterm/receipt Sat Aug 10 17:48:05 2013 +0000 60.2 +++ b/fbterm/receipt Sat Aug 10 21:12:16 2013 +0000 60.3 @@ -5,6 +5,7 @@ 60.4 CATEGORY="utilities" 60.5 SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux" 60.6 MAINTAINER="al.bobylev@gmail.com" 60.7 +LICENSE="GPL2" 60.8 WEB_SITE="http://code.google.com/p/fbterm/" 60.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
61.1 --- a/fceux/receipt Sat Aug 10 17:48:05 2013 +0000 61.2 +++ b/fceux/receipt Sat Aug 10 21:12:16 2013 +0000 61.3 @@ -5,6 +5,7 @@ 61.4 CATEGORY="games" 61.5 SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" 61.6 MAINTAINER="slaxemulator@gmail.com" 61.7 +LICENSE="GPL2" 61.8 TARBALL="$PACKAGE-$VERSION.src.tar.bz2" 61.9 WEB_SITE="http://fceux.com/web/home.html" 61.10 WGET_URL="$SF_MIRROR/fceultra/$TARBALL"
62.1 --- a/fcitx-configtool/receipt Sat Aug 10 17:48:05 2013 +0000 62.2 +++ b/fcitx-configtool/receipt Sat Aug 10 21:12:16 2013 +0000 62.3 @@ -5,12 +5,14 @@ 62.4 CATEGORY="x-window" 62.5 SHORT_DESC="fcitx chinese input-medthod GUI configure tool" 62.6 MAINTAINER="lufeng369@gmail.com" 62.7 +LICENSE="GPL2" 62.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 62.9 +WEB_SITE="http://fcitx.googlecode.com" 62.10 +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 62.11 + 62.12 DEPENDS="fcitx gtk+" 62.13 BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev \ 62.14 pkg-config cairo-dev pango-dev fcitx-dev file" 62.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 62.16 -WEB_SITE="http://fcitx.googlecode.com" 62.17 -WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 62.18 62.19 # Rules to configure and make the package. 62.20 compile_rules() 62.21 @@ -18,13 +20,13 @@ 62.22 cd $src 62.23 sed -i 's|<glib/.*h>|<glib.h>|' gtk/sub_config_parser.[hc] gtk/config_widget.h 62.24 cmake -DCMAKE_INSTALL_PREFIX=/usr 62.25 - make && make DESTDIR=$PWD/_pkg install 62.26 + make && make DESTDIR=$DESTDIR install 62.27 } 62.28 62.29 # Rules to gen a SliTaz package suitable for Tazpkg. 62.30 genpkg_rules() 62.31 { 62.32 mkdir -p $fs/usr 62.33 - cp -a $_pkg/usr $fs/ 62.34 + cp -a $install/usr $fs/ 62.35 } 62.36
63.1 --- a/fcitx-dev/receipt Sat Aug 10 17:48:05 2013 +0000 63.2 +++ b/fcitx-dev/receipt Sat Aug 10 21:12:16 2013 +0000 63.3 @@ -5,16 +5,18 @@ 63.4 CATEGORY="development" 63.5 SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package." 63.6 MAINTAINER="devel@slitaz.org" 63.7 -DEPENDS="libfcitx xorg-libX11-dev" 63.8 +LICENSE="GPL2" 63.9 WEB_SITE="http://code.google.com/p/fcitx/" 63.10 WANTED="fcitx" 63.11 63.12 +DEPENDS="libfcitx xorg-libX11-dev" 63.13 + 63.14 # Rules to gen a SliTaz package suitable for Tazpkg. 63.15 genpkg_rules() 63.16 { 63.17 mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ 63.18 - cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/ 63.19 - cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ 63.20 - cp -a $_pkg/usr/share/cmake/ $fs/usr/share/ 63.21 - cp -a $_pkg/usr/include/ $fs/usr/ 63.22 + cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/ 63.23 + cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ 63.24 + cp -a $install/usr/share/cmake/ $fs/usr/share/ 63.25 + cp -a $install/usr/include/ $fs/usr/ 63.26 }
64.1 --- a/fcitx-skin-classic/receipt Sat Aug 10 17:48:05 2013 +0000 64.2 +++ b/fcitx-skin-classic/receipt Sat Aug 10 21:12:16 2013 +0000 64.3 @@ -5,7 +5,7 @@ 64.4 CATEGORY="x-window" 64.5 SHORT_DESC="The classic skin of fcitx." 64.6 MAINTAINER="devel@slitaz.org" 64.7 -DEPENDS="" 64.8 +LICENSE="GPL2" 64.9 WEB_SITE="http://code.google.com/p/fcitx/" 64.10 WANTED="fcitx" 64.11 64.12 @@ -13,5 +13,5 @@ 64.13 genpkg_rules() 64.14 { 64.15 mkdir -p $fs/usr/share/fcitx/skin/ 64.16 - cp -a $_pkg/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/ 64.17 + cp -a $install/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/ 64.18 }
65.1 --- a/fcitx-skin-dark/receipt Sat Aug 10 17:48:05 2013 +0000 65.2 +++ b/fcitx-skin-dark/receipt Sat Aug 10 21:12:16 2013 +0000 65.3 @@ -5,7 +5,7 @@ 65.4 CATEGORY="x-window" 65.5 SHORT_DESC="The dark skin of fcitx." 65.6 MAINTAINER="devel@slitaz.org" 65.7 -DEPENDS="" 65.8 +LICENSE="GPL2" 65.9 WEB_SITE="http://code.google.com/p/fcitx/" 65.10 WANTED="fcitx" 65.11 65.12 @@ -13,5 +13,5 @@ 65.13 genpkg_rules() 65.14 { 65.15 mkdir -p $fs/usr/share/fcitx/skin/ 65.16 - cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ 65.17 + cp -a $install/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ 65.18 }
66.1 --- a/fcitx-skin-default/receipt Sat Aug 10 17:48:05 2013 +0000 66.2 +++ b/fcitx-skin-default/receipt Sat Aug 10 21:12:16 2013 +0000 66.3 @@ -5,7 +5,7 @@ 66.4 CATEGORY="x-window" 66.5 SHORT_DESC="The default skin of fcitx." 66.6 MAINTAINER="devel@slitaz.org" 66.7 -DEPENDS="" 66.8 +LICENSE="GPL2" 66.9 WEB_SITE="http://code.google.com/p/fcitx/" 66.10 WANTED="fcitx" 66.11 66.12 @@ -13,5 +13,5 @@ 66.13 genpkg_rules() 66.14 { 66.15 mkdir -p $fs/usr/share/fcitx/skin/ 66.16 - cp -a $_pkg/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ 66.17 + cp -a $install/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ 66.18 }
67.1 --- a/fcitx-tools/receipt Sat Aug 10 17:48:05 2013 +0000 67.2 +++ b/fcitx-tools/receipt Sat Aug 10 21:12:16 2013 +0000 67.3 @@ -5,19 +5,21 @@ 67.4 CATEGORY="x-window" 67.5 SHORT_DESC="The fcitx-tools package includes some tools of fcitx." 67.6 MAINTAINER="devel@slitaz.org" 67.7 -DEPENDS="fcitx" 67.8 +LICENSE="GPL2" 67.9 WEB_SITE="http://code.google.com/p/fcitx/" 67.10 WANTED="fcitx" 67.11 67.12 +DEPENDS="fcitx" 67.13 + 67.14 # Rules to gen a SliTaz package suitable for Tazpkg. 67.15 genpkg_rules() 67.16 { 67.17 mkdir -p $fs/usr/bin/ 67.18 - cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/ 67.19 - cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/ 67.20 - cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/ 67.21 - cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/ 67.22 - cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/ 67.23 - cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/ 67.24 - cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/ 67.25 + cp -a $install/usr/bin/createPYMB $fs/usr/bin/ 67.26 + cp -a $install/usr/bin/readPYBase $fs/usr/bin/ 67.27 + cp -a $install/usr/bin/readPYMB $fs/usr/bin/ 67.28 + cp -a $install/usr/bin/mb2org $fs/usr/bin/ 67.29 + cp -a $install/usr/bin/mb2txt $fs/usr/bin/ 67.30 + cp -a $install/usr/bin/scel2org $fs/usr/bin/ 67.31 + cp -a $install/usr/bin/txt2mb $fs/usr/bin/ 67.32 }
68.1 --- a/fcitx/receipt Sat Aug 10 17:48:05 2013 +0000 68.2 +++ b/fcitx/receipt Sat Aug 10 21:12:16 2013 +0000 68.3 @@ -5,12 +5,14 @@ 68.4 CATEGORY="x-window" 68.5 SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux." 68.6 MAINTAINER="lufeng369@gmail.com" 68.7 -DEPENDS="libfcitx fcitx-skin-default gtk+" 68.8 -BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc" 68.9 +LICENSE="GPL2" 68.10 TARBALL="$PACKAGE-${VERSION}_all.tar.bz2" 68.11 WEB_SITE="http://code.google.com/p/fcitx/" 68.12 WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 68.13 68.14 +DEPENDS="libfcitx fcitx-skin-default gtk+" 68.15 +BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc" 68.16 + 68.17 # Rules to configure and make the package. 68.18 compile_rules() 68.19 { 68.20 @@ -26,15 +28,15 @@ 68.21 genpkg_rules() 68.22 { 68.23 mkdir -p $fs/usr/bin/ $fs/usr/share/fcitx/ $fs/usr/share/applications/ 68.24 - cp -a $_pkg/usr/bin/fcitx $fs/usr/bin/ 68.25 - cp -a $_pkg/usr/bin/fcitx-configtool $fs/usr/bin/ 68.26 - cp -a $_pkg/usr/bin/fcitx-remote $fs/usr/bin/ 68.27 - cp -a $_pkg/usr/bin/fcitx4-config $fs/usr/bin/ 68.28 - cp -a $_pkg/usr/share/fcitx/addon/ $fs/usr/share/fcitx/ 68.29 - cp -a $_pkg/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/ 68.30 - cp -a $_pkg/usr/share/fcitx/data/ $fs/usr/share/fcitx/ 68.31 - cp -a $_pkg/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/ 68.32 - cp -a $_pkg/usr/share/fcitx/table/ $fs/usr/share/fcitx/ 68.33 - cp -a $_pkg/usr/share/applications/*.desktop $fs/usr/share/applications/ 68.34 - cp -a $_pkg/usr/share/icons/ $fs/usr/share/ 68.35 + cp -a $install/usr/bin/fcitx $fs/usr/bin/ 68.36 + cp -a $install/usr/bin/fcitx-configtool $fs/usr/bin/ 68.37 + cp -a $install/usr/bin/fcitx-remote $fs/usr/bin/ 68.38 + cp -a $install/usr/bin/fcitx4-config $fs/usr/bin/ 68.39 + cp -a $install/usr/share/fcitx/addon/ $fs/usr/share/fcitx/ 68.40 + cp -a $install/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/ 68.41 + cp -a $install/usr/share/fcitx/data/ $fs/usr/share/fcitx/ 68.42 + cp -a $install/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/ 68.43 + cp -a $install/usr/share/fcitx/table/ $fs/usr/share/fcitx/ 68.44 + cp -a $install/usr/share/applications/*.desktop $fs/usr/share/applications/ 68.45 + cp -a $install/usr/share/icons/ $fs/usr/share/ 68.46 }
69.1 --- a/fdutils/receipt Sat Aug 10 17:48:05 2013 +0000 69.2 +++ b/fdutils/receipt Sat Aug 10 21:12:16 2013 +0000 69.3 @@ -5,6 +5,7 @@ 69.4 CATEGORY="system-tools" 69.5 SHORT_DESC="Utilities for configuring and formatting floppy." 69.6 MAINTAINER="pascal.bellard@slitaz.org" 69.7 +LICENSE="GPL2" 69.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 69.9 WEB_SITE="http://www.fdutils.linux.lu/" 69.10 WGET_URL="$WEB_SITE$TARBALL"
70.1 --- a/fetchmail/receipt Sat Aug 10 17:48:05 2013 +0000 70.2 +++ b/fetchmail/receipt Sat Aug 10 21:12:16 2013 +0000 70.3 @@ -5,14 +5,16 @@ 70.4 CATEGORY="network" 70.5 SHORT_DESC="Mail retrieval and forwarding utility " 70.6 MAINTAINER="erjo@slitaz.org" 70.7 -DEPENDS="openssl" 70.8 -BUILD_DEPENDS="openssl-dev" 70.9 +LICENSE="GPL2" 70.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 70.11 WEB_SITE="http://fetchmail.berlios.de/" 70.12 WGET_URL="http://download.berlios.de/fetchmail/$TARBALL" 70.13 HANDBOOK_URL="http://fetchmail.berlios.de/fetchmail-man.html" 70.14 TAGS="email" 70.15 70.16 +DEPENDS="openssl" 70.17 +BUILD_DEPENDS="openssl-dev" 70.18 + 70.19 # Rules to configure and make the package. 70.20 compile_rules() 70.21 { 70.22 @@ -26,6 +28,6 @@ 70.23 genpkg_rules() 70.24 { 70.25 mkdir -p $fs/usr 70.26 - cp -a $_pkg/usr/bin $fs/usr 70.27 + cp -a $install/usr/bin $fs/usr 70.28 } 70.29
71.1 --- a/foobillardplus-music/receipt Sat Aug 10 17:48:05 2013 +0000 71.2 +++ b/foobillardplus-music/receipt Sat Aug 10 21:12:16 2013 +0000 71.3 @@ -5,7 +5,7 @@ 71.4 CATEGORY="games" 71.5 SHORT_DESC="Music files for FooBillard++" 71.6 MAINTAINER="al.bobylev@gmail.com" 71.7 -LICENSE="" 71.8 +LICENSE="GPL2" 71.9 WEB_SITE="http://foobillard.sourceforge.net/" 71.10 71.11 WANTED="foobillardplus"
72.1 --- a/foobillardplus/receipt Sat Aug 10 17:48:05 2013 +0000 72.2 +++ b/foobillardplus/receipt Sat Aug 10 21:12:16 2013 +0000 72.3 @@ -5,7 +5,7 @@ 72.4 CATEGORY="games" 72.5 SHORT_DESC="FooBillard - free 3D OpenGL billard game for linux" 72.6 MAINTAINER="al.bobylev@gmail.com" 72.7 -LICENSE="" 72.8 +LICENSE="GPL2" 72.9 WEB_SITE="http://foobillard.sourceforge.net/" 72.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 72.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
73.1 --- a/freepats/receipt Sat Aug 10 17:48:05 2013 +0000 73.2 +++ b/freepats/receipt Sat Aug 10 21:12:16 2013 +0000 73.3 @@ -5,6 +5,7 @@ 73.4 CATEGORY="multimedia" 73.5 SHORT_DESC="Free and open set of instrument patches." 73.6 MAINTAINER="paul@slitaz.org" 73.7 +LICENSE="GPL2" 73.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 73.9 WEB_SITE="http://freepats.zenvoid.org/" 73.10 WGET_URL="http://freepats.zenvoid.org/$TARBALL"
74.1 --- a/ftp-proxy/receipt Sat Aug 10 17:48:05 2013 +0000 74.2 +++ b/ftp-proxy/receipt Sat Aug 10 21:12:16 2013 +0000 74.3 @@ -6,6 +6,7 @@ 74.4 CATEGORY="network" 74.5 SHORT_DESC="Application level proxy for the FTP protocol." 74.6 MAINTAINER="pascal.bellard@slitaz.org" 74.7 +LICENSE="GPL2" 74.8 WEB_SITE="ftp://ftp.suse.com/pub/projects/proxy-suite/src" 74.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 74.10 WGET_URL="$WEB_SITE/$TARBALL"
75.1 --- a/geany-dev/receipt Sat Aug 10 17:48:05 2013 +0000 75.2 +++ b/geany-dev/receipt Sat Aug 10 21:12:16 2013 +0000 75.3 @@ -5,6 +5,7 @@ 75.4 CATEGORY="development" 75.5 SHORT_DESC="Geany devel files needed to build plugins." 75.6 MAINTAINER="pankso@slitaz.org" 75.7 +LICENSE="GPL2" 75.8 WANTED="geany" 75.9 WEB_SITE="http://geany.uvena.de/" 75.10
76.1 --- a/geany-doc/receipt Sat Aug 10 17:48:05 2013 +0000 76.2 +++ b/geany-doc/receipt Sat Aug 10 21:12:16 2013 +0000 76.3 @@ -5,6 +5,7 @@ 76.4 CATEGORY="development" 76.5 SHORT_DESC="Geany official documentation." 76.6 MAINTAINER="pankso@slitaz.org" 76.7 +LICENSE="GPL2" 76.8 WANTED="geany" 76.9 WEB_SITE="http://geany.uvena.de/" 76.10
77.1 --- a/geany/receipt Sat Aug 10 17:48:05 2013 +0000 77.2 +++ b/geany/receipt Sat Aug 10 21:12:16 2013 +0000 77.3 @@ -5,6 +5,7 @@ 77.4 CATEGORY="development" 77.5 SHORT_DESC="Small and fast IDE using GTK+ toolkit." 77.6 MAINTAINER="pankso@slitaz.org" 77.7 +LICENSE="GPL2" 77.8 SUGGESTED="geany-plugins vte" 77.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 77.10 WEB_SITE="http://geany.uvena.de/"
78.1 --- a/git/receipt Sat Aug 10 17:48:05 2013 +0000 78.2 +++ b/git/receipt Sat Aug 10 21:12:16 2013 +0000 78.3 @@ -5,6 +5,7 @@ 78.4 CATEGORY="development" 78.5 SHORT_DESC="Fast version control system" 78.6 MAINTAINER="b1+slitaz@nagel.org" 78.7 +LICENSE="GPL2" 78.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 78.9 WEB_SITE="http://git.or.cz" 78.10 WGET_URL="http://git-core.googlecode.com/files/$TARBALL"
79.1 --- a/gliv/receipt Sat Aug 10 17:48:05 2013 +0000 79.2 +++ b/gliv/receipt Sat Aug 10 21:12:16 2013 +0000 79.3 @@ -5,6 +5,7 @@ 79.4 CATEGORY="multimedia" 79.5 SHORT_DESC="An image viewer that uses OpenGL" 79.6 MAINTAINER="devl547@gmail.com" 79.7 +LICENSE="GPL2" 79.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 79.9 WEB_SITE="http://guichaz.free.fr/gliv/" 79.10 WGET_URL="$WEB_SITE/files/$TARBALL"
80.1 --- a/gnomad2/receipt Sat Aug 10 17:48:05 2013 +0000 80.2 +++ b/gnomad2/receipt Sat Aug 10 21:12:16 2013 +0000 80.3 @@ -5,6 +5,7 @@ 80.4 CATEGORY="multimedia" 80.5 SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range" 80.6 MAINTAINER="keupont@no-log.org" 80.7 +LICENSE="GPL2" 80.8 DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \ 80.9 libmtp" 80.10 BUILD_DEPENDS="intltool libnjb-dev libid3tag-dev taglib-dev libmtp-dev \ 80.11 @@ -24,5 +25,5 @@ 80.12 genpkg_rules() 80.13 { 80.14 mkdir -p $fs/usr 80.15 - cp -a $_pkg/usr/bin $fs/usr 80.16 + cp -a $install/usr/bin $fs/usr 80.17 }
81.1 --- a/gnumeric/receipt Sat Aug 10 17:48:05 2013 +0000 81.2 +++ b/gnumeric/receipt Sat Aug 10 21:12:16 2013 +0000 81.3 @@ -5,6 +5,7 @@ 81.4 CATEGORY="office" 81.5 SHORT_DESC="Office Spreadsheet application." 81.6 MAINTAINER="pankso@slitaz.org" 81.7 +LICENSE="GPL2" 81.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 81.9 WEB_SITE="http://www.gnome.org/projects/gnumeric/" 81.10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
82.1 --- a/gnustep-base-dev/receipt Sat Aug 10 17:48:05 2013 +0000 82.2 +++ b/gnustep-base-dev/receipt Sat Aug 10 21:12:16 2013 +0000 82.3 @@ -5,10 +5,12 @@ 82.4 CATEGORY="development" 82.5 SHORT_DESC="GNUstep base devel files." 82.6 MAINTAINER="pankso@slitaz.org" 82.7 -DEPENDS="gnustep-base" 82.8 +LICENSE="GPL2" 82.9 WANTED="gnustep-base" 82.10 WEB_SITE="http://www.gnustep.org/" 82.11 82.12 +DEPENDS="gnustep-base" 82.13 + 82.14 # Rules to gen a SliTaz package suitable for Tazpkg. 82.15 genpkg_rules() 82.16 {
83.1 --- a/gnustep-base/receipt Sat Aug 10 17:48:05 2013 +0000 83.2 +++ b/gnustep-base/receipt Sat Aug 10 21:12:16 2013 +0000 83.3 @@ -5,6 +5,7 @@ 83.4 CATEGORY="x-window" 83.5 SHORT_DESC="GNUstep base package." 83.6 MAINTAINER="pankso@slitaz.org" 83.7 +LICENSE="GPL2" 83.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.9 WEB_SITE="http://www.gnustep.org/" 83.10 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
84.1 --- a/goffice-dev/receipt Sat Aug 10 17:48:05 2013 +0000 84.2 +++ b/goffice-dev/receipt Sat Aug 10 21:12:16 2013 +0000 84.3 @@ -5,16 +5,18 @@ 84.4 CATEGORY="x-window" 84.5 SHORT_DESC="GOffice devel files." 84.6 MAINTAINER="pankso@slitaz.org" 84.7 -DEPENDS="goffice" 84.8 +LICENSE="GPL2" 84.9 WANTED="goffice" 84.10 WEB_SITE="http://freshmeat.net/projects/goffice/" 84.11 84.12 +DEPENDS="goffice" 84.13 + 84.14 # Rules to gen a SliTaz package suitable for Tazpkg. 84.15 genpkg_rules() 84.16 { 84.17 mkdir -p $fs/usr/lib 84.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 84.19 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 84.20 - cp -a $_pkg/usr/include $fs/usr 84.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 84.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 84.23 + cp -a $install/usr/include $fs/usr 84.24 } 84.25
85.1 --- a/goffice/receipt Sat Aug 10 17:48:05 2013 +0000 85.2 +++ b/goffice/receipt Sat Aug 10 21:12:16 2013 +0000 85.3 @@ -5,6 +5,7 @@ 85.4 CATEGORY="x-window" 85.5 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 85.6 MAINTAINER="pankso@slitaz.org" 85.7 +LICENSE="GPL2" 85.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 85.9 WEB_SITE="http://freshmeat.net/projects/goffice/" 85.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 85.11 @@ -31,9 +32,9 @@ 85.12 genpkg_rules() 85.13 { 85.14 mkdir -p $fs/usr/lib $fs/usr/share 85.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 85.16 - cp -a $_pkg/usr/lib/goffice $fs/usr/lib 85.17 - cp -a $_pkg/usr/share/goffice $fs/usr/share 85.18 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 85.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 85.20 + cp -a $install/usr/lib/goffice $fs/usr/lib 85.21 + cp -a $install/usr/share/goffice $fs/usr/share 85.22 + cp -a $install/usr/share/pixmaps $fs/usr/share 85.23 } 85.24
86.1 --- a/gputils/receipt Sat Aug 10 17:48:05 2013 +0000 86.2 +++ b/gputils/receipt Sat Aug 10 21:12:16 2013 +0000 86.3 @@ -5,6 +5,7 @@ 86.4 CATEGORY="development" 86.5 SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers." 86.6 MAINTAINER="pascal.bellard@slitaz.org" 86.7 +LICENSE="GPL2" 86.8 WEB_SITE="http://gputils.sourceforge.net/" 86.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 86.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
87.1 --- a/gtklp/receipt Sat Aug 10 17:48:05 2013 +0000 87.2 +++ b/gtklp/receipt Sat Aug 10 21:12:16 2013 +0000 87.3 @@ -4,8 +4,8 @@ 87.4 VERSION="1.2.8" 87.5 CATEGORY="utilities" 87.6 MAINTAINER="jozee@slitaz.org" 87.7 +LICENSE="GPL2" 87.8 SHORT_DESC="Tools to use and administrate CUPS" 87.9 -BUILD_DEPENDS=" gtk+-dev autoconf automake" 87.10 WEB_SITE="http://gtklp.sourceforge.net/" 87.11 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 87.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 87.13 @@ -54,6 +54,6 @@ 87.14 genpkg_rules() 87.15 { 87.16 mkdir -p $fs/usr/share 87.17 - cp -a $_pkg/usr/bin $fs/usr 87.18 - cp -a $_pkg/usr/share/applications $fs/usr/share/ 87.19 + cp -a $install/usr/bin $fs/usr 87.20 + cp -a $install/usr/share/applications $fs/usr/share/ 87.21 }
88.1 --- a/gxine/receipt Sat Aug 10 17:48:05 2013 +0000 88.2 +++ b/gxine/receipt Sat Aug 10 21:12:16 2013 +0000 88.3 @@ -5,6 +5,7 @@ 88.4 CATEGORY="multimedia" 88.5 SHORT_DESC="GTK+ Xine media player user interface." 88.6 MAINTAINER="jozee@slitaz.org" 88.7 +LICENSE="GPL2" 88.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 88.9 WEB_SITE="http://www.xine-project.org" 88.10 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
89.1 --- a/hal-cups-utils/receipt Sat Aug 10 17:48:05 2013 +0000 89.2 +++ b/hal-cups-utils/receipt Sat Aug 10 21:12:16 2013 +0000 89.3 @@ -4,6 +4,7 @@ 89.4 VERSION="0.6.19" 89.5 CATEGORY="system-tools" 89.6 MAINTAINER="jozee@slitaz.org" 89.7 +LICENSE="GPL2" 89.8 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" 89.9 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" 89.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 89.11 @@ -26,6 +27,6 @@ 89.12 genpkg_rules() 89.13 { 89.14 mkdir -p $fs/usr 89.15 - cp -a $_pkg/usr/lib $fs/usr 89.16 - cp -a $_pkg/usr/share $fs/usr 89.17 + cp -a $install/usr/lib $fs/usr 89.18 + cp -a $install/usr/share $fs/usr 89.19 }
90.1 --- a/hal-dev/receipt Sat Aug 10 17:48:05 2013 +0000 90.2 +++ b/hal-dev/receipt Sat Aug 10 21:12:16 2013 +0000 90.3 @@ -4,16 +4,18 @@ 90.4 VERSION="0.5.14" 90.5 CATEGORY="development" 90.6 SHORT_DESC="Hal devel files." 90.7 -DEPENDS="hal dbus-dev" 90.8 WANTED="hal" 90.9 MAINTAINER="pankso@slitaz.org" 90.10 +LICENSE="GPL2" 90.11 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 90.12 90.13 +DEPENDS="hal dbus-dev" 90.14 + 90.15 # Rules to gen a SliTaz package suitable for Tazpkg. 90.16 genpkg_rules() 90.17 { 90.18 mkdir -p $fs/usr/lib 90.19 - cp -a $_pkg/usr/include $fs/usr 90.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 90.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 90.22 + cp -a $install/usr/include $fs/usr 90.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 90.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 90.25 }
91.1 --- a/hal-extra/receipt Sat Aug 10 17:48:05 2013 +0000 91.2 +++ b/hal-extra/receipt Sat Aug 10 21:12:16 2013 +0000 91.3 @@ -6,8 +6,8 @@ 91.4 SHORT_DESC="Hal extra lib and fdi files." 91.5 WANTED="hal" 91.6 MAINTAINER="pankso@slitaz.org" 91.7 +LICENSE="GPL2" 91.8 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 91.9 -DEPENDS="dbus dbus-glib glib hal" 91.10 EXTRA=" 91.11 hald-addon-cpufreq 91.12 hald-addon-hid-ups 91.13 @@ -19,19 +19,21 @@ 91.14 hald-probe-pc-floppy 91.15 hald-probe-printer" 91.16 91.17 +DEPENDS="dbus dbus-glib glib hal" 91.18 + 91.19 # Rules to gen a SliTaz package suitable for Tazpkg. 91.20 genpkg_rules() 91.21 { 91.22 mkdir -p $fs/usr/lib/hal $fs/usr/share/hal/fdi/policy/10osvendor 91.23 for lib in $EXTRA 91.24 do 91.25 - cp $_pkg/usr/lib/hal/$lib $fs/usr/lib/hal 91.26 + cp $install/usr/lib/hal/$lib $fs/usr/lib/hal 91.27 done 91.28 91.29 # copy some excluded files from hal 91.30 - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.31 - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.32 - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.33 - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.34 - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.35 + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.36 + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.37 + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.38 + cp -a $install/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.39 + cp -a $install/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor 91.40 }
92.1 --- a/hal-scripts/receipt Sat Aug 10 17:48:05 2013 +0000 92.2 +++ b/hal-scripts/receipt Sat Aug 10 21:12:16 2013 +0000 92.3 @@ -5,15 +5,15 @@ 92.4 CATEGORY="x-window" 92.5 SHORT_DESC="Hal scripts files." 92.6 WANTED="hal" 92.7 -DEPENDS="hal" 92.8 MAINTAINER="pankso@slitaz.org" 92.9 +LICENSE="GPL2" 92.10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 92.11 + 92.12 DEPENDS="dbus dbus-glib glib hal" 92.13 92.14 # Rules to gen a SliTaz package suitable for Tazpkg. 92.15 genpkg_rules() 92.16 { 92.17 mkdir -p $fs/usr/lib/hal 92.18 - 92.19 - cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal 92.20 + cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal 92.21 }
93.1 --- a/hal/receipt Sat Aug 10 17:48:05 2013 +0000 93.2 +++ b/hal/receipt Sat Aug 10 21:12:16 2013 +0000 93.3 @@ -5,6 +5,7 @@ 93.4 CATEGORY="x-window" 93.5 SHORT_DESC="Hardware Abstraction Layer." 93.6 MAINTAINER="pankso@slitaz.org" 93.7 +LICENSE="GPL2" 93.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 93.9 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" 93.10 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
94.1 --- a/hostapd/receipt Sat Aug 10 17:48:05 2013 +0000 94.2 +++ b/hostapd/receipt Sat Aug 10 21:12:16 2013 +0000 94.3 @@ -5,6 +5,7 @@ 94.4 CATEGORY="network" 94.5 SHORT_DESC="Daemon for wireless software access points." 94.6 MAINTAINER="gokhlayeh@slitaz.org" 94.7 +LICENSE="GPL2" 94.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 94.9 WEB_SITE="http://hostap.epitest.fi/hostapd/" 94.10 WGET_URL="http://hostap.epitest.fi/releases/$TARBALL" 94.11 @@ -36,5 +37,5 @@ 94.12 $src/hostapd/hostapd.vlan $src/hostapd/hostapd.wpa_psk \ 94.13 $src/hostapd/wired.conf $src/hostapd/hlr_auc_gw.milenage_db \ 94.14 $fs/etc/hostapd && 94.15 - cp -a $_pkg/usr/bin $fs/usr 94.16 + cp -a $install/usr/bin $fs/usr 94.17 }
95.1 --- a/hplip/receipt Sat Aug 10 17:48:05 2013 +0000 95.2 +++ b/hplip/receipt Sat Aug 10 21:12:16 2013 +0000 95.3 @@ -5,16 +5,18 @@ 95.4 CATEGORY="system-tools" 95.5 SHORT_DESC="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" 95.6 MAINTAINER="jozee@slitaz.org" 95.7 +LICENSE="GPL2" 95.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 95.9 +WEB_SITE="http://hplipopensource.com" 95.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 95.11 +TAGS="printer driver printing" 95.12 +BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." 95.13 + 95.14 DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends \ 95.15 libgphoto2 libexif gcc-lib-base libtool libv4l net-snmp PyQt-x11-gpl" 95.16 BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ 95.17 sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 pkg-config libusb-dev \ 95.18 jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev" 95.19 -TARBALL="$PACKAGE-$VERSION.tar.gz" 95.20 -WEB_SITE="http://hplipopensource.com" 95.21 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 95.22 -TAGS="printer driver printing" 95.23 -BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." 95.24 95.25 # Rules to configure and make the package. --prefix=/usr 95.26 compile_rules()
96.1 --- a/htop/receipt Sat Aug 10 17:48:05 2013 +0000 96.2 +++ b/htop/receipt Sat Aug 10 21:12:16 2013 +0000 96.3 @@ -5,6 +5,7 @@ 96.4 CATEGORY="system-tools" 96.5 SHORT_DESC="Interactive process viewer." 96.6 MAINTAINER="pankso@slitaz.org" 96.7 +LICENSE="GPL2" 96.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 96.9 WEB_SITE="http://htop.sourceforge.net/" 96.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
97.1 --- a/inkscape/receipt Sat Aug 10 17:48:05 2013 +0000 97.2 +++ b/inkscape/receipt Sat Aug 10 21:12:16 2013 +0000 97.3 @@ -5,16 +5,18 @@ 97.4 CATEGORY="graphics" 97.5 SHORT_DESC="Vector drawing application." 97.6 MAINTAINER="pankso@slitaz.org" 97.7 +LICENSE="GPL2" 97.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 97.9 +WEB_SITE="http://www.inkscape.org/" 97.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 97.11 +TAGS="image vector editor svg" 97.12 + 97.13 DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt \ 97.14 xorg-libXdamage gsl aspell libgiomm lcms gtkspell libgomp poppler gcc-lib-base" 97.15 BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev \ 97.16 gtkmm-dev atkmm-dev popt-dev libgiomm-dev gsl gsl-dev lcms-dev gtkspell gtkspell-dev \ 97.17 cairomm-dev libboost-dev libxml2-dev zlib-dev autoconf pkg-config intltool \ 97.18 xorg-libXau-dev xorg-libXdmcp-dev automake libtool" 97.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 97.20 -WEB_SITE="http://www.inkscape.org/" 97.21 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 97.22 -TAGS="image vector editor svg" 97.23 97.24 # Rules to configure and make the package. 97.25 compile_rules()
98.1 --- a/irssi/receipt Sat Aug 10 17:48:05 2013 +0000 98.2 +++ b/irssi/receipt Sat Aug 10 21:12:16 2013 +0000 98.3 @@ -5,13 +5,15 @@ 98.4 CATEGORY="network" 98.5 SHORT_DESC="Lightweight console IRC client" 98.6 MAINTAINER="mallory@sweetpeople.org" 98.7 -DEPENDS="glib openssl perl ncurses" 98.8 -BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl" 98.9 +LICENSE="GPL2" 98.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 98.11 WEB_SITE="http://irssi.org/" 98.12 WGET_URL="http://irssi.org/files/$TARBALL" 98.13 TAGS="irc" 98.14 98.15 +DEPENDS="glib openssl perl ncurses" 98.16 +BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl" 98.17 + 98.18 # Rules to configure and make the package. 98.19 compile_rules() 98.20 { 98.21 @@ -21,16 +23,16 @@ 98.22 --sysconfdir=/etc/irssi \ 98.23 $CONFIGURE_ARGS && 98.24 make && 98.25 - make DESTDIR=$PWD/_pkg install 98.26 + make DESTDIR=$DESTDIR install 98.27 } 98.28 98.29 # Rules to gen a SliTaz package suitable for Tazpkg. 98.30 genpkg_rules() 98.31 { 98.32 mkdir -p $fs/usr/share/ 98.33 - cp -a $_pkg/etc $fs 98.34 - cp -a $_pkg/usr/bin $fs/usr 98.35 - cp -a $_pkg/usr/lib $fs/usr 98.36 - cp -a $_pkg/usr/share/irssi $fs/usr/share 98.37 + cp -a $install/etc $fs 98.38 + cp -a $install/usr/bin $fs/usr 98.39 + cp -a $install/usr/lib $fs/usr 98.40 + cp -a $install/usr/share/irssi $fs/usr/share 98.41 } 98.42
99.1 --- a/jabberd2/receipt Sat Aug 10 17:48:05 2013 +0000 99.2 +++ b/jabberd2/receipt Sat Aug 10 21:12:16 2013 +0000 99.3 @@ -5,6 +5,7 @@ 99.4 CATEGORY="network" 99.5 SHORT_DESC="XMPP server (real-time communication)." 99.6 MAINTAINER="pascal.bellard@slitaz.org" 99.7 +LICENSE="GPL2" 99.8 SOURCE="jabberd" 99.9 TARBALL="$SOURCE-$VERSION.tar.gz" 99.10 WEB_SITE="http://$PACKAGE.xiaoka.com/"
100.1 --- a/jnettop/receipt Sat Aug 10 17:48:05 2013 +0000 100.2 +++ b/jnettop/receipt Sat Aug 10 21:12:16 2013 +0000 100.3 @@ -5,12 +5,14 @@ 100.4 CATEGORY="network" 100.5 SHORT_DESC="Network online traffic visualizer." 100.6 MAINTAINER="paul@slitaz.org" 100.7 -DEPENDS="ncurses libpcap libdb" 100.8 -BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-dev" 100.9 +LICENSE="GPL2" 100.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 100.11 WEB_SITE="http://jnettop.kubs.info/wiki/" 100.12 WGET_URL="http://jnettop.kubs.info/dist/$TARBALL" 100.13 100.14 +DEPENDS="ncurses libpcap libdb" 100.15 +BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-dev" 100.16 + 100.17 # Rules to configure and make the package. 100.18 compile_rules() 100.19 { 100.20 @@ -20,15 +22,15 @@ 100.21 --infodir=/usr/share/info \ 100.22 --mandir=/usr/share/man \ 100.23 $CONFIGURE_ARGS && 100.24 - make && make DESTDIR=$PWD/_pkg install 100.25 + make && make DESTDIR=$DESTDIR install 100.26 } 100.27 100.28 # Rules to gen a SliTaz package suitable for Tazpkg. 100.29 genpkg_rules() 100.30 { 100.31 mkdir -p $fs/usr/share $fs/root 100.32 - cp -a $_pkg/usr/bin $fs/usr 100.33 - cp -a $_pkg/usr/share/jnettop $fs/usr/share 100.34 + cp -a $install/usr/bin $fs/usr 100.35 + cp -a $install/usr/share/jnettop $fs/usr/share 100.36 # config file 100.37 cp -a $src/.jnettop $fs/root/.jnettop 100.38 }
101.1 --- a/keepassx/receipt Sat Aug 10 17:48:05 2013 +0000 101.2 +++ b/keepassx/receipt Sat Aug 10 21:12:16 2013 +0000 101.3 @@ -5,21 +5,23 @@ 101.4 CATEGORY="graphics" 101.5 SHORT_DESC="Cross platform password manager" 101.6 MAINTAINER="jozee@slitaz.org" 101.7 -DEPENDS="xorg-libXtst libQtCore libQtGui libQtXml gcc-lib-base" 101.8 -BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake libegl-mesa" 101.9 +LICENSE="GPL2" 101.10 #SOURCE="KeePassX" 101.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 101.12 WEB_SITE="http://www.keepassx.org/" 101.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 101.14 TAGS="password key" 101.15 101.16 +DEPENDS="xorg-libXtst libQtCore libQtGui libQtXml gcc-lib-base" 101.17 +BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake libegl-mesa" 101.18 + 101.19 # Rules to configure and make the package. 101.20 compile_rules() 101.21 { 101.22 cd $src/src 101.23 qmake PREFIX=/usr && 101.24 make && 101.25 - make INSTALL_ROOT=../_pkg install 101.26 + make INSTALL_ROOT=$DESTDIR install 101.27 101.28 } 101.29 101.30 @@ -27,9 +29,9 @@ 101.31 genpkg_rules() 101.32 { 101.33 mkdir -p $fs/usr/share/pixmaps 101.34 - cp -a $_pkg/usr/bin $fs/usr 101.35 - #cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 101.36 - cp -a $_pkg/usr/share $fs/usr 101.37 - cp -a $_pkg/usr/share/$PACKAGE/icons/keepassx.png $fs/usr/share/pixmaps 101.38 + cp -a $install/usr/bin $fs/usr 101.39 + #cp -a $install/usr/share/$PACKAGE $fs/usr/share 101.40 + cp -a $install/usr/share $fs/usr 101.41 + cp -a $install/usr/share/$PACKAGE/icons/keepassx.png $fs/usr/share/pixmaps 101.42 101.43 }
102.1 --- a/kexec-tools/receipt Sat Aug 10 17:48:05 2013 +0000 102.2 +++ b/kexec-tools/receipt Sat Aug 10 21:12:16 2013 +0000 102.3 @@ -5,6 +5,7 @@ 102.4 CATEGORY="system-tools" 102.5 SHORT_DESC="Directly boot into a new kernel." 102.6 MAINTAINER="pascal.bellard@slitaz.org" 102.7 +LICENSE="GPL2" 102.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 102.9 WEB_SITE="ftp://ftp.kernel.org/pub/linux/utils/kernel/kexec/" 102.10 WGET_URL="${WEB_SITE}$TARBALL"
103.1 --- a/lguest-libre/receipt Sat Aug 10 17:48:05 2013 +0000 103.2 +++ b/lguest-libre/receipt Sat Aug 10 21:12:16 2013 +0000 103.3 @@ -5,6 +5,7 @@ 103.4 CATEGORY="base-system" 103.5 SHORT_DESC="The Linux Libre kernel paravirtualization tool." 103.6 MAINTAINER="gokhlayeh@slitaz.org" 103.7 +LICENSE="GPL2" 103.8 PROVIDE="lguest" 103.9 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" 103.10 WANTED="linux-libre"
104.1 --- a/lguest/receipt Sat Aug 10 17:48:05 2013 +0000 104.2 +++ b/lguest/receipt Sat Aug 10 21:12:16 2013 +0000 104.3 @@ -5,6 +5,7 @@ 104.4 CATEGORY="base-system" 104.5 SHORT_DESC="The Linux kernel paravirtualization tool." 104.6 MAINTAINER="devel@slitaz.org" 104.7 +LICENSE="GPL2" 104.8 WEB_SITE="http://www.kernel.org/" 104.9 WANTED="linux" 104.10
105.1 --- a/libcomerr-dev/receipt Sat Aug 10 17:48:05 2013 +0000 105.2 +++ b/libcomerr-dev/receipt Sat Aug 10 21:12:16 2013 +0000 105.3 @@ -5,6 +5,7 @@ 105.4 CATEGORY="development" 105.5 SHORT_DESC="The libcomerr devel files." 105.6 MAINTAINER="pankso@slitaz.org" 105.7 +LICENSE="GPL2" 105.8 WANTED="e2fsprogs" 105.9 WEB_SITE="http://e2fsprogs.sourceforge.net/" 105.10 HOST_ARCH="i486 arm"
106.1 --- a/libcomerr/receipt Sat Aug 10 17:48:05 2013 +0000 106.2 +++ b/libcomerr/receipt Sat Aug 10 21:12:16 2013 +0000 106.3 @@ -5,6 +5,7 @@ 106.4 CATEGORY="base-system" 106.5 SHORT_DESC="The libcomerr library files." 106.6 MAINTAINER="pankso@slitaz.org" 106.7 +LICENSE="GPL2" 106.8 WANTED="e2fsprogs" 106.9 WEB_SITE="http://e2fsprogs.sourceforge.net/" 106.10 HOST_ARCH="i486 arm"
107.1 --- a/libfcitx/receipt Sat Aug 10 17:48:05 2013 +0000 107.2 +++ b/libfcitx/receipt Sat Aug 10 21:12:16 2013 +0000 107.3 @@ -5,7 +5,7 @@ 107.4 CATEGORY="x-window" 107.5 SHORT_DESC="The libfcitx package provides shared libraries for FCITX." 107.6 MAINTAINER="devel@slitaz.org" 107.7 -DEPENDS="" 107.8 +LICENSE="GPL2" 107.9 WEB_SITE="http://code.google.com/p/fcitx/" 107.10 WANTED="fcitx" 107.11 107.12 @@ -13,6 +13,6 @@ 107.13 genpkg_rules() 107.14 { 107.15 mkdir -p $fs/usr/lib/fcitx/ 107.16 - cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/ 107.17 - cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/ 107.18 + cp -a $install/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/ 107.19 + cp -a $install/usr/lib/libfcitx*.so.* $fs/usr/lib/ 107.20 }
108.1 --- a/liferea/receipt Sat Aug 10 17:48:05 2013 +0000 108.2 +++ b/liferea/receipt Sat Aug 10 21:12:16 2013 +0000 108.3 @@ -5,6 +5,7 @@ 108.4 CATEGORY="utilities" 108.5 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 108.6 MAINTAINER="devl547@gmail.com" 108.7 +LICENSE="GPL2" 108.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 108.9 WEB_SITE="http://liferea.sourceforge.net/" 108.10 WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL" 108.11 @@ -32,11 +33,11 @@ 108.12 mkdir -p $fs/usr/share/applications 108.13 mkdir $fs/usr/share/liferea 108.14 mkdir -p $fs/etc 108.15 - cp -a $_pkg/usr/bin $fs/usr 108.16 - cp -a $_pkg/usr/etc/gconf $fs/etc 108.17 - cp -a $_pkg/usr/share/applications $fs/usr/share/ 108.18 - cp -a $_pkg/usr/share/icons $fs/usr/share/ 108.19 - cp -a $_pkg/usr/share/liferea $fs/usr/share/ 108.20 + cp -a $install/usr/bin $fs/usr 108.21 + cp -a $install/usr/etc/gconf $fs/etc 108.22 + cp -a $install/usr/share/applications $fs/usr/share/ 108.23 + cp -a $install/usr/share/icons $fs/usr/share/ 108.24 + cp -a $install/usr/share/liferea $fs/usr/share/ 108.25 for locale in $LOCALES; do 108.26 cp -a $install/usr/share/locale/$locale $fs/usr/share/locale 108.27 done
109.1 --- a/links/receipt Sat Aug 10 17:48:05 2013 +0000 109.2 +++ b/links/receipt Sat Aug 10 21:12:16 2013 +0000 109.3 @@ -5,13 +5,15 @@ 109.4 CATEGORY="network" 109.5 SHORT_DESC="Light and fast web browser using Ncurses or Xlib." 109.6 MAINTAINER="pankso@slitaz.org" 109.7 +LICENSE="GPL2" 109.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 109.9 +WEB_SITE="http://links.twibright.com/" 109.10 +WGET_URL="http://links.twibright.com/download/$TARBALL" 109.11 + 109.12 DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ 109.13 xorg-libXdmcp zlib" 109.14 BUILD_DEPENDS="ncurses-dev openssl-dev xorg-libXt-dev ncurses-dev jpeg-dev \ 109.15 libpng-dev tiff-dev zlib-dev" 109.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 109.17 -WEB_SITE="http://links.twibright.com/" 109.18 -WGET_URL="http://links.twibright.com/download/$TARBALL" 109.19 109.20 # Rules to configure and make the package. 109.21 compile_rules() 109.22 @@ -26,13 +28,13 @@ 109.23 --enable-graphics \ 109.24 $CONFIGURE_ARGS && 109.25 make && 109.26 - make DESTDIR=$PWD/_pkg install 109.27 + make DESTDIR=$DESTDIR install 109.28 } 109.29 109.30 # Rules to gen a SliTaz package suitable for Tazpkg. 109.31 genpkg_rules() 109.32 { 109.33 mkdir -p $fs/usr/share/pixmaps 109.34 - cp -a $_pkg/usr/bin $fs/usr 109.35 + cp -a $install/usr/bin $fs/usr 109.36 cp $src/graphics/links.xpm $fs/usr/share/pixmaps 109.37 }
110.1 --- a/litmus/receipt Sat Aug 10 17:48:05 2013 +0000 110.2 +++ b/litmus/receipt Sat Aug 10 21:12:16 2013 +0000 110.3 @@ -5,9 +5,11 @@ 110.4 CATEGORY="network" 110.5 SHORT_DESC="WEBDAV server protocol compliance test suite." 110.6 MAINTAINER="pascal.bellard@slitaz.org" 110.7 +LICENSE="GPL2" 110.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 110.9 WEB_SITE="http://www.webdav.org/neon/litmus" 110.10 WGET_URL="$WEB_SITE/$TARBALL" 110.11 + 110.12 DEPENDS="openssl libkrb5 libcomerr3 expat neon readline zlib" 110.13 BUILD_DEPENDS="openssl-dev krb5-dev expat-dev neon-dev readline-dev" 110.14 110.15 @@ -19,14 +21,14 @@ 110.16 --libexecdir=/usr/lib --mandir=/usr/share/man \ 110.17 $CONFIGURE_ARGS && 110.18 make && 110.19 - make DESTDIR=$PWD/_pkg install 110.20 + make DESTDIR=$DESTDIR install 110.21 } 110.22 110.23 # Rules to gen a SliTaz package suitable for Tazpkg. 110.24 genpkg_rules() 110.25 { 110.26 mkdir -p $fs/usr 110.27 - cp -a $_pkg/usr/bin $fs/usr 110.28 - cp -a $_pkg/usr/lib $fs/usr 110.29 + cp -a $install/usr/bin $fs/usr 110.30 + cp -a $install/usr/lib $fs/usr 110.31 } 110.32
111.1 --- a/lxpanel-dev/receipt Sat Aug 10 17:48:05 2013 +0000 111.2 +++ b/lxpanel-dev/receipt Sat Aug 10 21:12:16 2013 +0000 111.3 @@ -5,6 +5,7 @@ 111.4 CATEGORY="x-window" 111.5 SHORT_DESC="Development files for LXpanel" 111.6 MAINTAINER="pankso@slitaz.org" 111.7 +LICENSE="GPL2" 111.8 WEB_SITE="http://www.lxde.org/" 111.9 111.10 WANTED="lxpanel"
112.1 --- a/lxpanel-extra/receipt Sat Aug 10 17:48:05 2013 +0000 112.2 +++ b/lxpanel-extra/receipt Sat Aug 10 21:12:16 2013 +0000 112.3 @@ -5,6 +5,7 @@ 112.4 CATEGORY="x-window" 112.5 SHORT_DESC="Extra files for LXpanel" 112.6 MAINTAINER="pankso@slitaz.org" 112.7 +LICENSE="GPL2" 112.8 WEB_SITE="http://www.lxde.org/" 112.9 112.10 WANTED="lxpanel"
113.1 --- a/lxpanel/receipt Sat Aug 10 17:48:05 2013 +0000 113.2 +++ b/lxpanel/receipt Sat Aug 10 21:12:16 2013 +0000 113.3 @@ -5,6 +5,7 @@ 113.4 CATEGORY="x-window" 113.5 SHORT_DESC="Lightweight X11 desktop panel" 113.6 MAINTAINER="pankso@slitaz.org" 113.7 +LICENSE="GPL2" 113.8 WEB_SITE="http://www.lxde.org/" 113.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 113.10 WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL"
114.1 --- a/lynx/receipt Sat Aug 10 17:48:05 2013 +0000 114.2 +++ b/lynx/receipt Sat Aug 10 21:12:16 2013 +0000 114.3 @@ -5,6 +5,7 @@ 114.4 CATEGORY="network" 114.5 SHORT_DESC="Terminal-based text-only browser." 114.6 MAINTAINER="samuel_trassare@yahoo.com" 114.7 +LICENSE="GPL2" 114.8 WEB_SITE="http://lynx.isc.org" 114.9 TARBALL="$PACKAGE$VERSION.tar.gz" 114.10 WGET_URL="http://www.artfiles.org/lynx.isc.org/$PACKAGE$VERSION/$TARBALL"
115.1 --- a/lyx-doc/receipt Sat Aug 10 17:48:05 2013 +0000 115.2 +++ b/lyx-doc/receipt Sat Aug 10 21:12:16 2013 +0000 115.3 @@ -5,8 +5,10 @@ 115.4 CATEGORY="office" 115.5 SHORT_DESC="Documentation for LyX" 115.6 MAINTAINER="al.bobylev@gmail.com" 115.7 +LICENSE="GPL2" 115.8 WEB_SITE="http://www.lyx.org" 115.9 WANTED="lyx" 115.10 + 115.11 DEPENDS="lyx" 115.12 115.13 # Rules to gen a SliTaz package suitable for Tazpkg.
116.1 --- a/lyx-examples/receipt Sat Aug 10 17:48:05 2013 +0000 116.2 +++ b/lyx-examples/receipt Sat Aug 10 21:12:16 2013 +0000 116.3 @@ -5,8 +5,10 @@ 116.4 CATEGORY="office" 116.5 SHORT_DESC="Examples for LyX" 116.6 MAINTAINER="al.bobylev@gmail.com" 116.7 +LICENSE="GPL2" 116.8 WEB_SITE="http://www.lyx.org" 116.9 WANTED="lyx" 116.10 + 116.11 DEPENDS="lyx" 116.12 116.13 # Rules to gen a SliTaz package suitable for Tazpkg.
117.1 --- a/lyx-locales/receipt Sat Aug 10 17:48:05 2013 +0000 117.2 +++ b/lyx-locales/receipt Sat Aug 10 21:12:16 2013 +0000 117.3 @@ -5,8 +5,10 @@ 117.4 CATEGORY="office" 117.5 SHORT_DESC="Locale files for LyX" 117.6 MAINTAINER="al.bobylev@gmail.com" 117.7 +LICENSE="GPL2" 117.8 WEB_SITE="http://www.lyx.org" 117.9 WANTED="lyx" 117.10 + 117.11 DEPENDS="lyx" 117.12 117.13 # Rules to gen a SliTaz package suitable for Tazpkg.
118.1 --- a/lyx/receipt Sat Aug 10 17:48:05 2013 +0000 118.2 +++ b/lyx/receipt Sat Aug 10 21:12:16 2013 +0000 118.3 @@ -5,6 +5,7 @@ 118.4 CATEGORY="office" 118.5 SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end" 118.6 MAINTAINER="gokhlayeh@slitaz.org" 118.7 +LICENSE="GPL2" 118.8 WEB_SITE="http://www.lyx.org" 118.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 118.10 WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$TARBALL" 118.11 @@ -24,7 +25,7 @@ 118.12 genpkg_rules() 118.13 { 118.14 mkdir -p $fs/usr/share 118.15 - cp -a $_pkg/usr/bin $fs/usr 118.16 - cp -a $_pkg/usr/share/lyx $fs/usr/share 118.17 + cp -a $install/usr/bin $fs/usr 118.18 + cp -a $install/usr/share/lyx $fs/usr/share 118.19 rm -r $fs/usr/share/lyx/doc $fs/usr/share/lyx/examples 118.20 }
119.1 --- a/lzop/receipt Sat Aug 10 17:48:05 2013 +0000 119.2 +++ b/lzop/receipt Sat Aug 10 21:12:16 2013 +0000 119.3 @@ -5,9 +5,11 @@ 119.4 CATEGORY="base-system" 119.5 SHORT_DESC="Compressor with a high compression speed." 119.6 MAINTAINER="pascal.bellard@slitaz.org" 119.7 +LICENSE="GPL2" 119.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 119.9 WEB_SITE="http://www.lzop.org/" 119.10 WGET_URL="${WEB_SITE}download/$TARBALL" 119.11 + 119.12 DEPENDS="lzo" 119.13 BUILD_DEPENDS="lzo-dev" 119.14
120.1 --- a/manaplus/receipt Sat Aug 10 17:48:05 2013 +0000 120.2 +++ b/manaplus/receipt Sat Aug 10 21:12:16 2013 +0000 120.3 @@ -1,12 +1,15 @@ 120.4 # SliTaz package receipt. 120.5 + 120.6 PACKAGE="manaplus" 120.7 VERSION="1.3.7.21" 120.8 CATEGORY="games" 120.9 SHORT_DESC="Extended client for Evol Online and The Mana World" 120.10 MAINTAINER="admin@trixarian.net" 120.11 +LICENSE="GPL2" 120.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 120.13 WEB_SITE="http://manaplus.org/" 120.14 WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" 120.15 + 120.16 BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev" 120.17 DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib" 120.18 120.19 @@ -16,16 +19,16 @@ 120.20 cd $src 120.21 ./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS && 120.22 make && 120.23 - make DESTDIR=$PWD/_pkg install 120.24 + make DESTDIR=$DESTDIR install 120.25 } 120.26 120.27 # Rules to gen a SliTaz package suitable for Tazpkg. 120.28 genpkg_rules() 120.29 { 120.30 mkdir -p $fs/usr/share 120.31 - cp -a $_pkg/usr/bin $fs/usr 120.32 - cp -a $_pkg/usr/share/applications $fs/usr/share/ 120.33 - cp -a $_pkg/usr/share/locale $fs/usr/share/ 120.34 - cp -a $_pkg/usr/share/manaplus $fs/usr/share/ 120.35 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share/ 120.36 + cp -a $install/usr/bin $fs/usr 120.37 + cp -a $install/usr/share/applications $fs/usr/share/ 120.38 + cp -a $install/usr/share/locale $fs/usr/share/ 120.39 + cp -a $install/usr/share/manaplus $fs/usr/share/ 120.40 + cp -a $install/usr/share/pixmaps $fs/usr/share/ 120.41 }
121.1 --- a/maxima/receipt Sat Aug 10 17:48:05 2013 +0000 121.2 +++ b/maxima/receipt Sat Aug 10 21:12:16 2013 +0000 121.3 @@ -5,6 +5,7 @@ 121.4 CATEGORY="misc" 121.5 SHORT_DESC="a Computer Algebra System." 121.6 MAINTAINER="pascal.bellard@slitaz.org" 121.7 +LICENSE="GPL2" 121.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 121.9 WEB_SITE="http://maxima.sourceforge.net/" 121.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
122.1 --- a/mcabber-help/receipt Sat Aug 10 17:48:05 2013 +0000 122.2 +++ b/mcabber-help/receipt Sat Aug 10 21:12:16 2013 +0000 122.3 @@ -5,14 +5,16 @@ 122.4 CATEGORY="network" 122.5 SHORT_DESC="Jabber console client help files" 122.6 MAINTAINER="pascal.bellard@slitaz.org" 122.7 +LICENSE="GPL2" 122.8 WEB_SITE="http://lilotux.net/~mikael/mcabber" 122.9 +WANTED="mcabber" 122.10 + 122.11 DEPENDS="mcabber" 122.12 -WANTED="mcabber" 122.13 122.14 # Rules to gen a SliTaz package suitable for Tazpkg. 122.15 genpkg_rules() 122.16 { 122.17 mkdir -p $fs/usr/share 122.18 - cp -a $_pkg/usr/share/mcabber $fs/usr/share 122.19 + cp -a $install/usr/share/mcabber $fs/usr/share 122.20 } 122.21
123.1 --- a/mcabber/receipt Sat Aug 10 17:48:05 2013 +0000 123.2 +++ b/mcabber/receipt Sat Aug 10 21:12:16 2013 +0000 123.3 @@ -5,9 +5,11 @@ 123.4 CATEGORY="network" 123.5 SHORT_DESC="Jabber console client." 123.6 MAINTAINER="pascal.bellard@slitaz.org" 123.7 +LICENSE="GPL2" 123.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 123.9 WEB_SITE="http://lilotux.net/~mikael/mcabber" 123.10 WGET_URL="$WEB_SITE/files/$TARBALL" 123.11 + 123.12 DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses" 123.13 BUILD_DEPENDS="ncurses-dev glib-dev" 123.14 123.15 @@ -22,6 +24,6 @@ 123.16 genpkg_rules() 123.17 { 123.18 mkdir -p $fs/usr 123.19 - cp -a $_pkg/usr/bin $fs/usr 123.20 + cp -a $install/usr/bin $fs/usr 123.21 } 123.22
124.1 --- a/mgetty-voicetools/receipt Sat Aug 10 17:48:05 2013 +0000 124.2 +++ b/mgetty-voicetools/receipt Sat Aug 10 21:12:16 2013 +0000 124.3 @@ -5,6 +5,7 @@ 124.4 CATEGORY="network" 124.5 SHORT_DESC="Convertion tool set for vgetty." 124.6 MAINTAINER="pascal.bellard@slitaz.org" 124.7 +LICENSE="GPL2" 124.8 WEB_SITE="http://mgetty.greenie.net/" 124.9 DEPENDS="mgetty" 124.10 WANTED="mgetty" 124.11 @@ -13,5 +14,5 @@ 124.12 genpkg_rules() 124.13 { 124.14 mkdir -p $fs/usr 124.15 - cp -a $_pkg/usr/bin $fs/usr 124.16 + cp -a $install/usr/bin $fs/usr 124.17 }
125.1 --- a/mgetty/receipt Sat Aug 10 17:48:05 2013 +0000 125.2 +++ b/mgetty/receipt Sat Aug 10 21:12:16 2013 +0000 125.3 @@ -5,6 +5,7 @@ 125.4 CATEGORY="network" 125.5 SHORT_DESC="reliable and proven fax send and receive solution." 125.6 MAINTAINER="pascal.bellard@slitaz.org" 125.7 +LICENSE="GPL2" 125.8 TARBALL="$PACKAGE$VERSION-Jun05.tar.gz" 125.9 WEB_SITE="http://mgetty.greenie.net/" 125.10 WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/1.1/$TARBALL"
126.1 --- a/mp3val/receipt Sat Aug 10 17:48:05 2013 +0000 126.2 +++ b/mp3val/receipt Sat Aug 10 21:12:16 2013 +0000 126.3 @@ -5,6 +5,7 @@ 126.4 CATEGORY="multimedia" 126.5 SHORT_DESC="MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity" 126.6 MAINTAINER="devl547@gmail.com" 126.7 +LICENSE="GPL2" 126.8 WEB_SITE="http://mp3val.sourceforge.net/" 126.9 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 126.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
127.1 --- a/mtop/receipt Sat Aug 10 17:48:05 2013 +0000 127.2 +++ b/mtop/receipt Sat Aug 10 21:12:16 2013 +0000 127.3 @@ -5,9 +5,11 @@ 127.4 CATEGORY="system-tools" 127.5 SHORT_DESC="Monitors a MySQL server." 127.6 MAINTAINER="pascal.bellard@slitaz.org" 127.7 +LICENSE="GPL2" 127.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 127.9 WEB_SITE="http://mtop.sourceforge.net/" 127.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 127.11 + 127.12 DEPENDS="perl-curses perl-dbd-mysql" 127.13 BUILD_DEPENDS="perl-curses perl-dbd-mysql" 127.14
128.1 --- a/ncmpcpp/receipt Sat Aug 10 17:48:05 2013 +0000 128.2 +++ b/ncmpcpp/receipt Sat Aug 10 21:12:16 2013 +0000 128.3 @@ -5,13 +5,15 @@ 128.4 CATEGORY="multimedia" 128.5 SHORT_DESC="Ncurses mpd client inspired by ncmpc." 128.6 MAINTAINER="paul@slitaz.org" 128.7 -DEPENDS="ncurses taglib mpd curl libmpdclient ncursesw" 128.8 -BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev" 128.9 +LICENSE="GPL2" 128.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 128.11 WEB_SITE="http://unkart.ovh.org/ncmpcpp/" 128.12 WGET_URL="http://ncmpcpp.rybczak.net/stable/$TARBALL" 128.13 TAGS="music audio player" 128.14 128.15 +DEPENDS="ncurses taglib mpd curl libmpdclient ncursesw" 128.16 +BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev" 128.17 + 128.18 # Rules to configure and make the package. 128.19 compile_rules() 128.20 {
129.1 --- a/netsurf/receipt Sat Aug 10 17:48:05 2013 +0000 129.2 +++ b/netsurf/receipt Sat Aug 10 21:12:16 2013 +0000 129.3 @@ -5,15 +5,17 @@ 129.4 CATEGORY="network" 129.5 SHORT_DESC="A simple, fast and light web browser using GTK." 129.6 MAINTAINER="pankso@slitaz.org" 129.7 +LICENSE="GPL2" 129.8 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 129.9 +WEB_SITE="http://www.netsurf-browser.org/" 129.10 +WGET_URL="http://www.netsurf-browser.org/downloads/releases/$TARBALL" 129.11 +TAGS="browser" 129.12 + 129.13 DEPENDS="gtk+ libssl libpng jpeg lcms libparserutils hubbub libnsgif \ 129.14 libcurl libglade librsvg libgsf libcss libmng zlib libxml2" 129.15 BUILD_DEPENDS="$DEPENDS gtk+-dev libglade-dev openssl-dev libpng-dev jpeg-dev lcms-dev \ 129.16 re2c lemon libparserutils-dev hubbub-dev libnsgif-dev librsvg-dev curl-dev pango-dev \ 129.17 libcss-dev libwapcaplet-dev libmng-dev zlib-dev libxml2-dev libcroco" 129.18 -TARBALL="$PACKAGE-$VERSION-src.tar.gz" 129.19 -WEB_SITE="http://www.netsurf-browser.org/" 129.20 -WGET_URL="http://www.netsurf-browser.org/downloads/releases/$TARBALL" 129.21 -TAGS="browser" 129.22 129.23 # Rules to configure and make the package. 129.24 compile_rules() 129.25 @@ -31,7 +33,7 @@ 129.26 sed -i 's/cp -v/cp /' Makefile 129.27 sed -i 's|/usr/local|/usr|' Makefile.defaults 129.28 129.29 - make install DESTDIR=$PWD/_pkg PREFIX=/usr 129.30 + make install DESTDIR=$DESTDIR PREFIX=/usr 129.31 129.32 } 129.33 129.34 @@ -41,8 +43,8 @@ 129.35 mkdir -p $fs/usr/share \ 129.36 $fs/usr/lib/netsurf 129.37 129.38 - cp -a $_pkg/usr/bin $fs/usr 129.39 - cp -a $_pkg/usr/share/netsurf $fs/usr/share 129.40 + cp -a $install/usr/bin $fs/usr 129.41 + cp -a $install/usr/share/netsurf $fs/usr/share 129.42 129.43 129.44 # Remove files to save some space
130.1 --- a/network-manager/receipt Sat Aug 10 17:48:05 2013 +0000 130.2 +++ b/network-manager/receipt Sat Aug 10 21:12:16 2013 +0000 130.3 @@ -5,6 +5,7 @@ 130.4 CATEGORY="system-tools" 130.5 SHORT_DESC="Gnome network manager." 130.6 MAINTAINER="pankso@slitaz.org" 130.7 +LICENSE="GPL2" 130.8 SOURCE="NetworkManager" 130.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 130.10 WEB_SITE="http://projects.gnome.org/NetworkManager/"
131.1 --- a/ophcrack/receipt Sat Aug 10 17:48:05 2013 +0000 131.2 +++ b/ophcrack/receipt Sat Aug 10 21:12:16 2013 +0000 131.3 @@ -5,13 +5,15 @@ 131.4 CATEGORY="security" 131.5 SHORT_DESC="Windows password cracker" 131.6 MAINTAINER="slitaz@objectif-securite.ch" 131.7 -DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" 131.8 -BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev" 131.9 +LICENSE="GPL2" 131.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 131.11 WEB_SITE="http://ophcrack.sourceforge.net" 131.12 WGET_URL="http://downloads.sourceforge.net/ophcrack/$TARBALL" 131.13 TAGS="password windows" 131.14 131.15 +DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" 131.16 +BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev" 131.17 + 131.18 # Rules to configure and make the package. 131.19 compile_rules() 131.20 {
132.1 --- a/opus-tools/receipt Sat Aug 10 17:48:05 2013 +0000 132.2 +++ b/opus-tools/receipt Sat Aug 10 21:12:16 2013 +0000 132.3 @@ -5,6 +5,7 @@ 132.4 CATEGORY="multimedia" 132.5 SHORT_DESC="Opus encoder, decoder and tiny tools." 132.6 MAINTAINER="pascal.bellard@slitaz.org" 132.7 +LICENSE="GPL2" 132.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 132.9 WEB_SITE="http://opus-codec.org/" 132.10 WGET_URL="http://downloads.xiph.org/releases/opus/$TARBALL"
133.1 --- a/pan/receipt Sat Aug 10 17:48:05 2013 +0000 133.2 +++ b/pan/receipt Sat Aug 10 21:12:16 2013 +0000 133.3 @@ -5,6 +5,7 @@ 133.4 CATEGORY="network" 133.5 SHORT_DESC="pan is a usenet newsreader" 133.6 MAINTAINER="allan316@gmail.com" 133.7 +LICENSE="GPL2" 133.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 133.9 WEB_SITE="http://pan.rebelbase.com" 133.10 WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL" 133.11 @@ -61,8 +62,8 @@ 133.12 genpkg_rules() 133.13 { 133.14 mkdir -p $fs/usr/share 133.15 - cp -a $_pkg/usr/bin $fs/usr 133.16 - cp -a $_pkg/usr/share/applications $fs/usr/share 133.17 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 133.18 + cp -a $install/usr/bin $fs/usr 133.19 + cp -a $install/usr/share/applications $fs/usr/share 133.20 + cp -a $install/usr/share/pixmaps $fs/usr/share 133.21 } 133.22
134.1 --- a/pcsxr-svn/receipt Sat Aug 10 17:48:05 2013 +0000 134.2 +++ b/pcsxr-svn/receipt Sat Aug 10 21:12:16 2013 +0000 134.3 @@ -5,6 +5,7 @@ 134.4 CATEGORY="games" 134.5 SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project" 134.6 MAINTAINER="slaxemulator@gmail.com" 134.7 +LICENSE="GPL2" 134.8 WEB_SITE="http://pcsxr.codeplex.com/" 134.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 134.10 WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr"
135.1 --- a/perl-datetime-format-mail/receipt Sat Aug 10 17:48:05 2013 +0000 135.2 +++ b/perl-datetime-format-mail/receipt Sat Aug 10 21:12:16 2013 +0000 135.3 @@ -5,7 +5,7 @@ 135.4 CATEGORY="development" 135.5 SHORT_DESC="DateTime::Format::Mail module is a Perl extension." 135.6 MAINTAINER="pascal.bellard@slitaz.org" 135.7 -LICENSE="GPL" 135.8 +LICENSE="GPL2" 135.9 SOURCE="DateTime-Format-Mail" 135.10 TARBALL="$SOURCE-$VERSION.tar.gz" 135.11 WEB_SITE="http://cpan.org/"
136.1 --- a/perl-text-template/receipt Sat Aug 10 17:48:05 2013 +0000 136.2 +++ b/perl-text-template/receipt Sat Aug 10 21:12:16 2013 +0000 136.3 @@ -5,14 +5,15 @@ 136.4 CATEGORY="development" 136.5 SHORT_DESC="Text::Template module is a Perl extension." 136.6 MAINTAINER="pascal.bellard@slitaz.org" 136.7 -LICENSE="GPL" 136.8 -DEPENDS="perl" 136.9 -BUILD_DEPENDS="perl" 136.10 +LICENSE="GPL2" 136.11 SOURCE="Text-Template" 136.12 TARBALL="$SOURCE-$VERSION.tar.gz" 136.13 WEB_SITE="http://www.cpan.org/modules/" 136.14 WGET_URL="http://perl.plover.com/Template/$TARBALL" 136.15 136.16 +DEPENDS="perl" 136.17 +BUILD_DEPENDS="perl" 136.18 + 136.19 # Rules to configure and make the package. 136.20 compile_rules() 136.21 {
137.1 --- a/plotdrop/receipt Sat Aug 10 17:48:05 2013 +0000 137.2 +++ b/plotdrop/receipt Sat Aug 10 21:12:16 2013 +0000 137.3 @@ -4,26 +4,28 @@ 137.4 VERSION="0.5.3" 137.5 CATEGORY="graphics" 137.6 SHORT_DESC="A minimal GTK frontend to GNUPlot." 137.7 -DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade" 137.8 -BUILD_DEPENDS="libglade-dev glib-dev" 137.9 MAINTAINER="pankso@slitaz.org" 137.10 +LICENSE="GPL2" 137.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 137.12 WEB_SITE="http://plotdrop.sourceforge.net/" 137.13 WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL" 137.14 137.15 +DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade" 137.16 +BUILD_DEPENDS="libglade-dev glib-dev" 137.17 + 137.18 # Rules to configure and make the package. 137.19 compile_rules() 137.20 { 137.21 cd $src 137.22 make PREFIX=/usr && 137.23 - make PREFIX=/usr DESTDIR=$PWD/_pkg install 137.24 + make PREFIX=/usr DESTDIR=$DESTDIR install 137.25 } 137.26 137.27 # Rules to gen a SliTaz package suitable for Tazpkg. 137.28 genpkg_rules() 137.29 { 137.30 mkdir -p $fs/usr 137.31 - cp -a $_pkg/usr/bin $fs/usr 137.32 - cp -a $_pkg/usr/share $fs/usr 137.33 + cp -a $install/usr/bin $fs/usr 137.34 + cp -a $install/usr/share $fs/usr 137.35 rm $fs/usr/share/$PACKAGE/*.png 137.36 }
138.1 --- a/postgis-gui/receipt Sat Aug 10 17:48:05 2013 +0000 138.2 +++ b/postgis-gui/receipt Sat Aug 10 21:12:16 2013 +0000 138.3 @@ -5,6 +5,7 @@ 138.4 CATEGORY="misc" 138.5 SHORT_DESC="Support for geographic objects to PostgreSQL" 138.6 MAINTAINER="erjo@slitaz.org" 138.7 +LICENSE="GPL2" 138.8 WEB_SITE="http://postgis.refractions.net/" 138.9 WANTED="postgis" 138.10
139.1 --- a/postgis/receipt Sat Aug 10 17:48:05 2013 +0000 139.2 +++ b/postgis/receipt Sat Aug 10 21:12:16 2013 +0000 139.3 @@ -5,6 +5,7 @@ 139.4 CATEGORY="misc" 139.5 SHORT_DESC="Support for geographic objects to PostgreSQL" 139.6 MAINTAINER="erjo@slitaz.org" 139.7 +LICENSE="GPL2" 139.8 WEB_SITE="http://postgis.refractions.net/" 139.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 139.10 WGET_URL="http://postgis.refractions.net/download/$TARBALL"
140.1 --- a/powermanga/receipt Sat Aug 10 17:48:05 2013 +0000 140.2 +++ b/powermanga/receipt Sat Aug 10 21:12:16 2013 +0000 140.3 @@ -5,6 +5,7 @@ 140.4 CATEGORY="games" 140.5 SHORT_DESC="Space War" 140.6 MAINTAINER="arca2@hotmail.com" 140.7 +LICENSE="GPL2" 140.8 TARBALL="$PACKAGE-$VERSION.tgz" 140.9 WEB_SITE="http://linux.tlk.fr/games/Powermanga/" 140.10 WGET_URL="http://linux.tlk.fr/games/Powermanga/download/$TARBALL"
141.1 --- a/powertop/receipt Sat Aug 10 17:48:05 2013 +0000 141.2 +++ b/powertop/receipt Sat Aug 10 21:12:16 2013 +0000 141.3 @@ -5,6 +5,7 @@ 141.4 CATEGORY="system-tools" 141.5 SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption" 141.6 MAINTAINER="domcox@slitaz.org" 141.7 +LICENSE="GPL2" 141.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 141.9 WEB_SITE="http://www.lesswatts.org/projects/powertop/" 141.10 WGET_URL="https://01.org/powertop/sites/default/files/downloads/$TARBALL"
142.1 --- a/prboom/receipt Sat Aug 10 17:48:05 2013 +0000 142.2 +++ b/prboom/receipt Sat Aug 10 21:12:16 2013 +0000 142.3 @@ -5,6 +5,7 @@ 142.4 CATEGORY="games" 142.5 SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code." 142.6 MAINTAINER="mallory@sweetpeople.org" 142.7 +LICENSE="GPL2" 142.8 SUGGESTED="nvidia" 142.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 142.10 WEB_SITE="http://prboom.sourceforge.net/"
143.1 --- a/proftpd-dev/receipt Sat Aug 10 17:48:05 2013 +0000 143.2 +++ b/proftpd-dev/receipt Sat Aug 10 21:12:16 2013 +0000 143.3 @@ -5,7 +5,7 @@ 143.4 CATEGORY="development" 143.5 SHORT_DESC="Highly configurable FTP server, development files." 143.6 MAINTAINER="pascal.bellard@slitaz.org" 143.7 -LICENSE="GPL" 143.8 +LICENSE="GPL2" 143.9 WEB_SITE="http://www.proftpd.org/" 143.10 WANTED="proftpd" 143.11
144.1 --- a/proftpd/receipt Sat Aug 10 17:48:05 2013 +0000 144.2 +++ b/proftpd/receipt Sat Aug 10 21:12:16 2013 +0000 144.3 @@ -5,7 +5,7 @@ 144.4 CATEGORY="network" 144.5 SHORT_DESC="Highly configurable FTP server." 144.6 MAINTAINER="pascal.bellard@slitaz.org" 144.7 -LICENSE="GPL" 144.8 +LICENSE="GPL2" 144.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 144.10 WEB_SITE="http://www.proftpd.org/" 144.11 WGET_URL="ftp://ftp.proftpd.org/distrib/source/$TARBALL"
145.1 --- a/ptxdist/receipt Sat Aug 10 17:48:05 2013 +0000 145.2 +++ b/ptxdist/receipt Sat Aug 10 21:12:16 2013 +0000 145.3 @@ -5,6 +5,7 @@ 145.4 CATEGORY="development" 145.5 SHORT_DESC="Reproducable Embedded Linux Systems." 145.6 MAINTAINER="pascal.bellard@slitaz.org" 145.7 +LICENSE="GPL2" 145.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 145.9 WEB_SITE="http://www.ptxdist.org/" 145.10 WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL"
146.1 --- a/pysize/receipt Sat Aug 10 17:48:05 2013 +0000 146.2 +++ b/pysize/receipt Sat Aug 10 21:12:16 2013 +0000 146.3 @@ -5,12 +5,14 @@ 146.4 CATEGORY="utilities" 146.5 SHORT_DESC="Console and graphical tool for exploring the size of directories." 146.6 MAINTAINER="paul@slitaz.org" 146.7 -DEPENDS="python ncurses pygtk librsvg" 146.8 -BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" 146.9 +LICENSE="GPL2" 146.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 146.11 WEB_SITE="http://guichaz.free.fr/pysize/" 146.12 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL" 146.13 146.14 +DEPENDS="python ncurses pygtk librsvg" 146.15 +BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" 146.16 + 146.17 # Rules to configure and make the package. 146.18 compile_rules() 146.19 {
147.1 --- a/python-pyexiv2/receipt Sat Aug 10 17:48:05 2013 +0000 147.2 +++ b/python-pyexiv2/receipt Sat Aug 10 21:12:16 2013 +0000 147.3 @@ -6,6 +6,7 @@ 147.4 CATEGORY="development" 147.5 SHORT_DESC="Python binding for manipulation of EXIF, IPTC and XMP metadata." 147.6 MAINTAINER="pascal.bellard@slitaz.org" 147.7 +LICENSE="GPL2" 147.8 WEB_SITE="http://tilloy.net/dev/pyexiv2/" 147.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 147.10 WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL"
148.1 --- a/qemu-arm/receipt Sat Aug 10 17:48:05 2013 +0000 148.2 +++ b/qemu-arm/receipt Sat Aug 10 21:12:16 2013 +0000 148.3 @@ -5,11 +5,13 @@ 148.4 CATEGORY="misc" 148.5 SHORT_DESC="General-purpose full virtualizer for ARM hardware." 148.6 MAINTAINER="erjo@slitaz.org" 148.7 +LICENSE="GPL2" 148.8 WEB_SITE="http://qemu.org" 148.9 -DEPENDS="qemu" 148.10 TAGS="virtualization" 148.11 WANTED="qemu" 148.12 148.13 +DEPENDS="qemu" 148.14 + 148.15 # Rules to gen a SliTaz package suitable for Tazpkg. 148.16 genpkg_rules() 148.17 {
149.1 --- a/qemu-light/receipt Sat Aug 10 17:48:05 2013 +0000 149.2 +++ b/qemu-light/receipt Sat Aug 10 21:12:16 2013 +0000 149.3 @@ -5,6 +5,7 @@ 149.4 CATEGORY="misc" 149.5 SHORT_DESC="Light Qemu i386-softmmu target (without xen, vde, bluez, blobs, tls)." 149.6 MAINTAINER="pankso@slitaz.org" 149.7 +LICENSE="GPL2" 149.8 SOURCE="qemu" 149.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 149.10 WEB_SITE="http://www.qemu.org/"
150.1 --- a/qemu-mips/receipt Sat Aug 10 17:48:05 2013 +0000 150.2 +++ b/qemu-mips/receipt Sat Aug 10 21:12:16 2013 +0000 150.3 @@ -5,11 +5,13 @@ 150.4 CATEGORY="misc" 150.5 SHORT_DESC="General-purpose full virtualizer for MIPS hardware." 150.6 MAINTAINER="erjo@slitaz.org" 150.7 +LICENSE="GPL2" 150.8 WEB_SITE="http://qemu.org" 150.9 -DEPENDS="qemu" 150.10 TAGS="virtualization" 150.11 WANTED="qemu" 150.12 150.13 +DEPENDS="qemu" 150.14 + 150.15 # Rules to gen a SliTaz package suitable for Tazpkg. 150.16 genpkg_rules() 150.17 {
151.1 --- a/qemu-ppc/receipt Sat Aug 10 17:48:05 2013 +0000 151.2 +++ b/qemu-ppc/receipt Sat Aug 10 21:12:16 2013 +0000 151.3 @@ -5,11 +5,13 @@ 151.4 CATEGORY="misc" 151.5 SHORT_DESC="General-purpose full virtualizer for PowerPC hardware." 151.6 MAINTAINER="erjo@slitaz.org" 151.7 +LICENSE="GPL2" 151.8 WEB_SITE="http://qemu.org" 151.9 -DEPENDS="qemu" 151.10 TAGS="virtualization" 151.11 WANTED="qemu" 151.12 151.13 +DEPENDS="qemu" 151.14 + 151.15 # Rules to gen a SliTaz package suitable for Tazpkg. 151.16 genpkg_rules() 151.17 {
152.1 --- a/qemu-x86_64/receipt Sat Aug 10 17:48:05 2013 +0000 152.2 +++ b/qemu-x86_64/receipt Sat Aug 10 21:12:16 2013 +0000 152.3 @@ -5,11 +5,13 @@ 152.4 CATEGORY="misc" 152.5 SHORT_DESC="General-purpose full virtualizer for X86_64 CPU." 152.6 MAINTAINER="erjo@slitaz.org" 152.7 +LICENSE="GPL2" 152.8 WEB_SITE="http://qemu.org" 152.9 -DEPENDS="qemu" 152.10 TAGS="virtualization" 152.11 WANTED="qemu" 152.12 152.13 +DEPENDS="qemu" 152.14 + 152.15 # Rules to gen a SliTaz package suitable for Tazpkg. 152.16 genpkg_rules() 152.17 {
153.1 --- a/qemu/receipt Sat Aug 10 17:48:05 2013 +0000 153.2 +++ b/qemu/receipt Sat Aug 10 21:12:16 2013 +0000 153.3 @@ -5,6 +5,7 @@ 153.4 CATEGORY="misc" 153.5 SHORT_DESC="General-purpose full virtualizer for x86 hardware." 153.6 MAINTAINER="pascal.bellard@slitaz.org" 153.7 +LICENSE="GPL2" 153.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 153.9 WEB_SITE="http://qemu.org" 153.10 WGET_URL="http://wiki.qemu.org/download/$TARBALL"
154.1 --- a/rpm4/receipt Sat Aug 10 17:48:05 2013 +0000 154.2 +++ b/rpm4/receipt Sat Aug 10 21:12:16 2013 +0000 154.3 @@ -5,16 +5,18 @@ 154.4 CATEGORY="system-tools" 154.5 SHORT_DESC="RPM Package Manager" 154.6 MAINTAINER="erjo@slitaz.org" 154.7 -DEPENDS="popt beecrypt bzlib expat sqlite zlib gcc-lib-base neon libkrb5 \ 154.8 -libcomerr3 nss nspr db liblzma libmagic" 154.9 -BUILD_DEPENDS="beecrypt beecrypt-dev popt-dev gettext zlib-dev python-dev \ 154.10 -nss-dev nspr-dev db-dev liblzma liblzma-dev libmagic-dev" 154.11 +LICENSE="GPL2" 154.12 SOURCE="rpm" 154.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 154.14 WEB_SITE="http://www.rpm.org/" 154.15 WGET_URL="http://www.rpm.org/releases/rpm-${VERSION:0:4}.x/$TARBALL" 154.16 TAGS="package-manager" 154.17 154.18 +DEPENDS="popt beecrypt bzlib expat sqlite zlib gcc-lib-base neon libkrb5 \ 154.19 +libcomerr3 nss nspr db liblzma libmagic" 154.20 +BUILD_DEPENDS="beecrypt beecrypt-dev popt-dev gettext zlib-dev python-dev \ 154.21 +nss-dev nspr-dev db-dev liblzma liblzma-dev libmagic-dev" 154.22 + 154.23 # Rules to configure and make the package. 154.24 compile_rules() 154.25 {
155.1 --- a/screen-terminfo/receipt Sat Aug 10 17:48:05 2013 +0000 155.2 +++ b/screen-terminfo/receipt Sat Aug 10 21:12:16 2013 +0000 155.3 @@ -5,6 +5,7 @@ 155.4 CATEGORY="system-tools" 155.5 SHORT_DESC="Terminal multiplexer, terminfo files." 155.6 MAINTAINER="pascal.bellard@slitaz.org" 155.7 +LICENSE="GPL2" 155.8 WEB_SITE="http://www.gnu.org/software/screen" 155.9 WANTED="screen" 155.10 155.11 @@ -12,7 +13,7 @@ 155.12 genpkg_rules() 155.13 { 155.14 mkdir -p $fs/usr/share 155.15 - cp -a $_pkg/usr/share/terminfo $fs/usr/share/ 155.16 + cp -a $install/usr/share/terminfo $fs/usr/share/ 155.17 155.18 } 155.19
156.1 --- a/screen/receipt Sat Aug 10 17:48:05 2013 +0000 156.2 +++ b/screen/receipt Sat Aug 10 21:12:16 2013 +0000 156.3 @@ -5,6 +5,7 @@ 156.4 CATEGORY="system-tools" 156.5 SHORT_DESC="Terminal multiplexer." 156.6 MAINTAINER="pascal.bellard@slitaz.org" 156.7 +LICENSE="GPL2" 156.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 156.9 WEB_SITE="http://www.gnu.org/software/screen" 156.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 156.11 @@ -37,8 +38,8 @@ 156.12 genpkg_rules() 156.13 { 156.14 mkdir -p $fs/usr/bin $fs/usr/share 156.15 - cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen 156.16 - cp -a $_pkg/usr/share/screen $fs/usr/share 156.17 - cp -a $_pkg/etc $fs 156.18 + cp -a $install/usr/bin/screen-$VERSION $fs/usr/bin/screen 156.19 + cp -a $install/usr/share/screen $fs/usr/share 156.20 + cp -a $install/etc $fs 156.21 } 156.22
157.1 --- a/scribus/receipt Sat Aug 10 17:48:05 2013 +0000 157.2 +++ b/scribus/receipt Sat Aug 10 21:12:16 2013 +0000 157.3 @@ -5,9 +5,11 @@ 157.4 CATEGORY="office" 157.5 SHORT_DESC="professional publishing software." 157.6 MAINTAINER="pascal.bellard@slitaz.org" 157.7 +LICENSE="GPL2" 157.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 157.9 WEB_SITE="http://www.scribus.net/" 157.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 157.11 + 157.12 DEPENDS="ghostscript libQtGui libQtXml libQtNetwork cups lcms libxml2 \ 157.13 gcc-lib-base aspell python krb5 podofo" 157.14 BUILD_DEPENDS="cmake qmake Qt4-dev freetype freetype-dev \ 157.15 @@ -22,17 +24,17 @@ 157.16 cd $src 157.17 cmake -DCMAKE_INSTALL_PREFIX=/usr . && 157.18 make $MAKEFLAGS && 157.19 - make DESTDIR=$PWD/_pkg install 157.20 + make DESTDIR=$DESTDIR install 157.21 } 157.22 157.23 # Rules to gen a SliTaz package suitable for Tazpkg. 157.24 genpkg_rules() 157.25 { 157.26 mkdir -p $fs/usr/share $fs/usr/lib 157.27 - cp -a $_pkg/usr/share/scribus $fs/usr/share 157.28 - cp -a $_pkg/usr/lib/scribus $fs/usr/lib 157.29 - cp -a $_pkg/usr/bin $fs/usr 157.30 - cp -a $_pkg/usr/share/mimelnk $fs/usr/share 157.31 + cp -a $install/usr/share/scribus $fs/usr/share 157.32 + cp -a $install/usr/lib/scribus $fs/usr/lib 157.33 + cp -a $install/usr/bin $fs/usr 157.34 + cp -a $install/usr/share/mimelnk $fs/usr/share 157.35 cp -a stuff/* $fs 157.36 } 157.37
158.1 --- a/scummvm/receipt Sat Aug 10 17:48:05 2013 +0000 158.2 +++ b/scummvm/receipt Sat Aug 10 21:12:16 2013 +0000 158.3 @@ -5,10 +5,12 @@ 158.4 CATEGORY="games" 158.5 SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." 158.6 MAINTAINER="admin@trixarian.net" 158.7 +LICENSE="GPL2" 158.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 158.9 WEB_SITE="http://www.scummvm.org/" 158.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 158.11 CROSS="bug: Doesn't support --build." 158.12 + 158.13 DEPENDS="gcc-lib-base alsa-lib libmad libmpeg2 libogg libsdl libvorbis flac zlib" 158.14 BUILD_DEPENDS="alsa-lib-dev libmad-dev libmpeg2-dev libogg-dev libsdl-dev libvorbis-dev flac-dev zlib-dev" 158.15
159.1 --- a/sdcc/receipt Sat Aug 10 17:48:05 2013 +0000 159.2 +++ b/sdcc/receipt Sat Aug 10 21:12:16 2013 +0000 159.3 @@ -5,10 +5,12 @@ 159.4 CATEGORY="development" 159.5 SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08." 159.6 MAINTAINER="pascal.bellard@slitaz.org" 159.7 +LICENSE="GPL2" 159.8 TARBALL="$PACKAGE-src-$VERSION.tar.bz2" 159.9 WEB_SITE="http://sdcc.sourceforge.net/" 159.10 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 159.11 TAGS="cross compiler C 8051 Z80 68HC08 assembler" 159.12 + 159.13 BUILD_DEPENDS="flex libboost-graph-dev gputils" 159.14 159.15 # Rules to configure and make the package.
160.1 --- a/slang-dev/receipt Sat Aug 10 17:48:05 2013 +0000 160.2 +++ b/slang-dev/receipt Sat Aug 10 21:12:16 2013 +0000 160.3 @@ -5,16 +5,18 @@ 160.4 CATEGORY="development" 160.5 SHORT_DESC="S-Lang library dev files" 160.6 MAINTAINER="erjo@slitaz.org" 160.7 -DEPENDS="slang" 160.8 +LICENSE="GPL2" 160.9 WANTED="slang" 160.10 WEB_SITE="http://www.s-lang.org/index.html" 160.11 160.12 +DEPENDS="slang" 160.13 + 160.14 # Rules to gen a SliTaz package suitable for Tazpkg. 160.15 genpkg_rules() 160.16 { 160.17 mkdir -p $fs/usr/lib 160.18 - cp -a $_pkg/usr/include $fs/usr 160.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 160.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 160.21 + cp -a $install/usr/include $fs/usr 160.22 + cp -a $install/usr/lib/*.*a $fs/usr/lib 160.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 160.24 } 160.25
161.1 --- a/slang/receipt Sat Aug 10 17:48:05 2013 +0000 161.2 +++ b/slang/receipt Sat Aug 10 21:12:16 2013 +0000 161.3 @@ -5,6 +5,7 @@ 161.4 CATEGORY="development" 161.5 SHORT_DESC="S-Lang library" 161.6 MAINTAINER="erjo@slitaz.org" 161.7 +LICENSE="GPL2" 161.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 161.9 WEB_SITE="http://www.s-lang.org/index.html" 161.10 WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.2/$TARBALL 161.11 @@ -27,8 +28,8 @@ 161.12 genpkg_rules() 161.13 { 161.14 mkdir -p $fs/usr/lib 161.15 - cp -a $_pkg/usr/bin $fs/usr 161.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 161.17 - cp -a $_pkg/usr/lib/slang $fs/usr/lib 161.18 + cp -a $install/usr/bin $fs/usr 161.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 161.20 + cp -a $install/usr/lib/slang $fs/usr/lib 161.21 } 161.22
162.1 --- a/snort-dev/receipt Sat Aug 10 17:48:05 2013 +0000 162.2 +++ b/snort-dev/receipt Sat Aug 10 21:12:16 2013 +0000 162.3 @@ -5,9 +5,11 @@ 162.4 CATEGORY="development" 162.5 SHORT_DESC="Network intrusion prevention and detection system, development files." 162.6 MAINTAINER="pascal.bellard@slitaz.org" 162.7 +LICENSE="GPL2" 162.8 WEB_SITE="http://www.snort.org/" 162.9 +WANTED="snort" 162.10 + 162.11 DEPENDS="snort" 162.12 -WANTED="snort" 162.13 162.14 # Rules to gen a SliTaz package suitable for Tazpkg. 162.15 genpkg_rules()
163.1 --- a/snort-mysql/receipt Sat Aug 10 17:48:05 2013 +0000 163.2 +++ b/snort-mysql/receipt Sat Aug 10 21:12:16 2013 +0000 163.3 @@ -5,6 +5,7 @@ 163.4 CATEGORY="network" 163.5 SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS) with MySQL support." 163.6 MAINTAINER="pascal.bellard@slitaz.org" 163.7 +LICENSE="GPL2" 163.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 163.9 WEB_SITE="http://www.snort.org/" 163.10 WGET_URL="http://www.snort.org/downloads/1207"
164.1 --- a/snort/receipt Sat Aug 10 17:48:05 2013 +0000 164.2 +++ b/snort/receipt Sat Aug 10 21:12:16 2013 +0000 164.3 @@ -5,9 +5,11 @@ 164.4 CATEGORY="network" 164.5 SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)." 164.6 MAINTAINER="pascal.bellard@slitaz.org" 164.7 +LICENSE="GPL2" 164.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 164.9 WEB_SITE="http://www.snort.org/" 164.10 WGET_URL="http://www.snort.org/downloads/1207" 164.11 + 164.12 DEPENDS="pcre libdnet libdaq" 164.13 BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex" 164.14
165.1 --- a/soprano-dev/receipt Sat Aug 10 17:48:05 2013 +0000 165.2 +++ b/soprano-dev/receipt Sat Aug 10 21:12:16 2013 +0000 165.3 @@ -5,6 +5,7 @@ 165.4 CATEGORY="development" 165.5 SHORT_DESC="Soprano pkgconfig and include files." 165.6 MAINTAINER="pankso@slitaz.org" 165.7 +LICENSE="GPL2" 165.8 WANTED="soprano" 165.9 WEB_SITE="http://soprano.sourceforge.net/" 165.10 165.11 @@ -12,6 +13,6 @@ 165.12 genpkg_rules() 165.13 { 165.14 mkdir -p $fs/usr/lib 165.15 - cp -a $_pkg/usr/include $fs/usr 165.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 165.17 + cp -a $install/usr/include $fs/usr 165.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 165.19 }
166.1 --- a/soprano/receipt Sat Aug 10 17:48:05 2013 +0000 166.2 +++ b/soprano/receipt Sat Aug 10 21:12:16 2013 +0000 166.3 @@ -5,12 +5,14 @@ 166.4 CATEGORY="system-tools" 166.5 SHORT_DESC="Soprano is the Qt/C++ RDF framework" 166.6 MAINTAINER="pankso@slitaz.org" 166.7 -DEPENDS="libQtCore libQtNetwork" 166.8 -BUILD_DEPENDS="cmake qmake Qt4-dev" 166.9 +LICENSE="GPL2" 166.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 166.11 WEB_SITE="http://soprano.sourceforge.net/" 166.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 166.13 166.14 +DEPENDS="libQtCore libQtNetwork" 166.15 +BUILD_DEPENDS="cmake qmake Qt4-dev" 166.16 + 166.17 # Rules to configure and make the package. 166.18 compile_rules() 166.19 {
167.1 --- a/splashutils/receipt Sat Aug 10 17:48:05 2013 +0000 167.2 +++ b/splashutils/receipt Sat Aug 10 21:12:16 2013 +0000 167.3 @@ -5,6 +5,7 @@ 167.4 CATEGORY="system-tools" 167.5 SHORT_DESC="Graphical boot utilities (fbsplash)." 167.6 MAINTAINER="devel@slitaz.org" 167.7 +LICENSE="GPL2" 167.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 167.9 WEB_SITE="http://fbsplash.alanhaggai.org/" 167.10 WGET_URL="http://fbsplash.alanhaggai.org/tarballs/files/$TARBALL"
168.1 --- a/squid-auth-helpers/receipt Sat Aug 10 17:48:05 2013 +0000 168.2 +++ b/squid-auth-helpers/receipt Sat Aug 10 21:12:16 2013 +0000 168.3 @@ -5,8 +5,10 @@ 168.4 CATEGORY="network" 168.5 SHORT_DESC="Web/ftp proxy." 168.6 MAINTAINER="pascal.bellard@slitaz.org" 168.7 +LICENSE="GPL2" 168.8 WEB_SITE="http://www.squid-cache.org/" 168.9 WANTED="squid" 168.10 + 168.11 DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" 168.12 168.13 # Rules to gen a SliTaz package suitable for Tazpkg.
169.1 --- a/squid-langpack/receipt Sat Aug 10 17:48:05 2013 +0000 169.2 +++ b/squid-langpack/receipt Sat Aug 10 21:12:16 2013 +0000 169.3 @@ -5,8 +5,10 @@ 169.4 CATEGORY="network" 169.5 SHORT_DESC="Web/ftp proxy language pack." 169.6 MAINTAINER="pascal.bellard@slitaz.org" 169.7 +LICENSE="GPL2" 169.8 WEB_SITE="http://www.squid-cache.org/" 169.9 WANTED="squid" 169.10 + 169.11 DEPENDS="squid" 169.12 169.13 # Rules to gen a SliTaz package suitable for Tazpkg.
170.1 --- a/squid/receipt Sat Aug 10 17:48:05 2013 +0000 170.2 +++ b/squid/receipt Sat Aug 10 21:12:16 2013 +0000 170.3 @@ -5,10 +5,12 @@ 170.4 CATEGORY="network" 170.5 SHORT_DESC="Web/ftp proxy." 170.6 MAINTAINER="pascal.bellard@slitaz.org" 170.7 +LICENSE="GPL2" 170.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 170.9 WEB_SITE="http://www.squid-cache.org/" 170.10 WGET_URL="${WEB_SITE}Versions/v3/${VERSION%.*}/$TARBALL" 170.11 CONFIG_FILES="/etc/squid" 170.12 + 170.13 DEPENDS="libsasl libldap libssl libltdl" 170.14 BUILD_DEPENDS="perl openssl-dev openldap-dev cyrus-sasl-dev libcap-dev" 170.15 SUGGESTED="iptables"
171.1 --- a/srcpd/receipt Sat Aug 10 17:48:05 2013 +0000 171.2 +++ b/srcpd/receipt Sat Aug 10 21:12:16 2013 +0000 171.3 @@ -5,13 +5,15 @@ 171.4 CATEGORY="games" 171.5 SHORT_DESC="Simple Railroad Command Protocl Daemon." 171.6 MAINTAINER="rcx@zoominternet.net" 171.7 -DEPENDS="glibc-base libxml2 zlib" 171.8 -BUILD_DEPENDS="libxml2-dev zlib-dev" 171.9 +LICENSE="GPL2" 171.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 171.11 WEB_SITE="http://srcpd.sourceforge.net/" 171.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 171.13 CONFIG_FILES="/etc/srcpd.conf" 171.14 171.15 +DEPENDS="glibc-base libxml2 zlib" 171.16 +BUILD_DEPENDS="libxml2-dev zlib-dev" 171.17 + 171.18 # Rules to configure and make the package. 171.19 compile_rules() 171.20 { 171.21 @@ -27,6 +29,6 @@ 171.22 genpkg_rules() 171.23 { 171.24 mkdir -p $fs/usr 171.25 - cp -a $_pkg/usr/sbin $fs/usr 171.26 - cp -a $_pkg/etc $fs 171.27 + cp -a $install/usr/sbin $fs/usr 171.28 + cp -a $install/etc $fs 171.29 }
172.1 --- a/ssmtp/receipt Sat Aug 10 17:48:05 2013 +0000 172.2 +++ b/ssmtp/receipt Sat Aug 10 21:12:16 2013 +0000 172.3 @@ -5,13 +5,15 @@ 172.4 CATEGORY="network" 172.5 SHORT_DESC="Extremely simple MTA to get mail off the system to a mailhub." 172.6 MAINTAINER="rocky@slitaz.org" 172.7 -DEPENDS="openssl" 172.8 -BUILD_DEPENDS="openssl-dev" 172.9 +LICENSE="GPL2" 172.10 TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2" 172.11 WEB_SITE="http://packages.debian.org/stable/mail/ssmtp" 172.12 WGET_URL="http://ftp.debian.org/debian/pool/main/s/ssmtp/$TARBALL" 172.13 CONFIG_FILES="/etc/ssmtp/ssmtp.conf /etc/ssmtp/revaliases" 172.14 172.15 +DEPENDS="openssl" 172.16 +BUILD_DEPENDS="openssl-dev" 172.17 + 172.18 # Rules to configure and make the package. 172.19 compile_rules() 172.20 { 172.21 @@ -35,8 +37,8 @@ 172.22 genpkg_rules() 172.23 { 172.24 mkdir -p $fs/usr 172.25 - cp -a $_pkg/usr/sbin/ $fs/usr/ 172.26 - cp -a $_pkg/etc/ $fs/ 172.27 + cp -a $install/usr/sbin/ $fs/usr/ 172.28 + cp -a $install/etc/ $fs/ 172.29 } 172.30 172.31 post_install()
173.1 --- a/sylpheed-dev/receipt Sat Aug 10 17:48:05 2013 +0000 173.2 +++ b/sylpheed-dev/receipt Sat Aug 10 21:12:16 2013 +0000 173.3 @@ -5,6 +5,7 @@ 173.4 CATEGORY="development" 173.5 SHORT_DESC="Sylpheed devel files" 173.6 MAINTAINER="pankso@slitaz.org" 173.7 +LICENSE="GPL2" 173.8 WANTED="sylpheed" 173.9 WEB_SITE="http://sylpheed.sraoss.jp/en/" 173.10
174.1 --- a/sylpheed-full/receipt Sat Aug 10 17:48:05 2013 +0000 174.2 +++ b/sylpheed-full/receipt Sat Aug 10 21:12:16 2013 +0000 174.3 @@ -5,6 +5,7 @@ 174.4 CATEGORY="network" 174.5 SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)" 174.6 MAINTAINER="pankso@slitaz.org" 174.7 +LICENSE="GPL2" 174.8 SOURCE="sylpheed" 174.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 174.10 WEB_SITE="http://sylpheed.sraoss.jp/en/"
175.1 --- a/sylpheed/receipt Sat Aug 10 17:48:05 2013 +0000 175.2 +++ b/sylpheed/receipt Sat Aug 10 21:12:16 2013 +0000 175.3 @@ -5,6 +5,7 @@ 175.4 CATEGORY="network" 175.5 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" 175.6 MAINTAINER="pankso@slitaz.org" 175.7 +LICENSE="GPL2" 175.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 175.9 WEB_SITE="http://sylpheed.sraoss.jp/en/" 175.10 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL"
176.1 --- a/terminal/receipt Sat Aug 10 17:48:05 2013 +0000 176.2 +++ b/terminal/receipt Sat Aug 10 21:12:16 2013 +0000 176.3 @@ -5,14 +5,16 @@ 176.4 CATEGORY="x-window" 176.5 SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" 176.6 MAINTAINER="erjo@slitaz.org" 176.7 -DEPENDS="libexo vte startup-notification dbus" 176.8 -BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-uuid-dev" 176.9 +LICENSE="GPL2" 176.10 SOURCE="Terminal" 176.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 176.12 WEB_SITE="http://www.xfce.org/" 176.13 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 176.14 TAGS="terminal" 176.15 176.16 +DEPENDS="libexo vte startup-notification dbus" 176.17 +BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-uuid-dev" 176.18 + 176.19 # Rules to configure and make the package. 176.20 compile_rules() 176.21 { 176.22 @@ -20,7 +22,7 @@ 176.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 176.24 --mandir=/usr/share/man --libexecdir=/usr/lib/xfce4 \ 176.25 --disable-static $CONFIGURE_ARGS && \ 176.26 - make && make DESTDIR=$PWD/_pkg install 176.27 + make && make DESTDIR=$DESTDIR install 176.28 } 176.29 176.30 # Rules to gen a SliTaz package suitable for Tazpkg. 176.31 @@ -28,9 +30,9 @@ 176.32 { 176.33 mkdir -p $fs/usr/share/locale 176.34 176.35 - cp -a $_pkg/usr/bin $fs/usr 176.36 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 176.37 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 176.38 - cp -a $_pkg/usr/share/applications $fs/usr/share 176.39 + cp -a $install/usr/bin $fs/usr 176.40 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 176.41 + cp -a $install/usr/share/pixmaps $fs/usr/share 176.42 + cp -a $install/usr/share/applications $fs/usr/share 176.43 } 176.44
177.1 --- a/tintin++/receipt Sat Aug 10 17:48:05 2013 +0000 177.2 +++ b/tintin++/receipt Sat Aug 10 21:12:16 2013 +0000 177.3 @@ -5,6 +5,7 @@ 177.4 CATEGORY="games" 177.5 SHORT_DESC="Terminal-based MUD client" 177.6 MAINTAINER="samuel_trassare@yahoo.com" 177.7 +LICENSE="GPL2" 177.8 WEB_SITE="http://tintin.sourceforge.net" 177.9 TARBALL="tintin-$VERSION.tar.gz" 177.10 WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
178.1 --- a/transmission-cli/receipt Sat Aug 10 17:48:05 2013 +0000 178.2 +++ b/transmission-cli/receipt Sat Aug 10 21:12:16 2013 +0000 178.3 @@ -5,10 +5,12 @@ 178.4 CATEGORY="network" 178.5 SHORT_DESC="Transmission command line interface." 178.6 MAINTAINER="pankso@slitaz.org" 178.7 -DEPENDS="libcurl libssl" 178.8 +LICENSE="GPL2" 178.9 WANTED="transmission" 178.10 WEB_SITE="http://www.transmissionbt.com/" 178.11 178.12 +DEPENDS="libcurl libssl" 178.13 + 178.14 # Rules to gen a SliTaz package suitable for Tazpkg. 178.15 genpkg_rules() 178.16 {
179.1 --- a/transmission-daemon/receipt Sat Aug 10 17:48:05 2013 +0000 179.2 +++ b/transmission-daemon/receipt Sat Aug 10 21:12:16 2013 +0000 179.3 @@ -5,11 +5,13 @@ 179.4 CATEGORY="network" 179.5 SHORT_DESC="Transmission daemon and remote tool." 179.6 MAINTAINER="pankso@slitaz.org" 179.7 -DEPENDS="libssl libcurl libevent" 179.8 +LICENSE="GPL2" 179.9 SUGGESTED="transmission-web transmission-cli" 179.10 WANTED="transmission" 179.11 WEB_SITE="http://www.transmissionbt.com/" 179.12 179.13 +DEPENDS="libssl libcurl libevent" 179.14 + 179.15 # Rules to gen a SliTaz package suitable for Tazpkg. 179.16 genpkg_rules() 179.17 {
180.1 --- a/transmission-remote-gtk/receipt Sat Aug 10 17:48:05 2013 +0000 180.2 +++ b/transmission-remote-gtk/receipt Sat Aug 10 21:12:16 2013 +0000 180.3 @@ -5,27 +5,29 @@ 180.4 CATEGORY="network" 180.5 SHORT_DESC="GTK remote control for the Transmission BitTorrent client" 180.6 MAINTAINER="devl547@gmail.com" 180.7 -DEPENDS="gtk+ json-glib curl" 180.8 -BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev intltool" 180.9 +LICENSE="GPL2" 180.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 180.11 WEB_SITE="http://code.google.com/p/transmission-remote-gtk/" 180.12 WGET_URL="http://transmission-remote-gtk.googlecode.com/files/$TARBALL" 180.13 180.14 +DEPENDS="gtk+ json-glib curl" 180.15 +BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev intltool" 180.16 + 180.17 # Rules to configure and make the package. 180.18 compile_rules() 180.19 { 180.20 cd $src 180.21 ./configure $CONFIGURE_ARGS && 180.22 make && 180.23 - make DESTDIR=$PWD/_pkg install 180.24 + make DESTDIR=$DESTDIR install 180.25 } 180.26 180.27 # Rules to gen a SliTaz package suitable for Tazpkg. 180.28 genpkg_rules() 180.29 { 180.30 mkdir -p $fs/usr/share 180.31 - cp -a $_pkg/usr/bin $fs/usr 180.32 - cp -a $_pkg/usr/share/icons $fs/usr/share 180.33 - cp -a $_pkg/usr/share/applications $fs/usr/share 180.34 + cp -a $install/usr/bin $fs/usr 180.35 + cp -a $install/usr/share/icons $fs/usr/share 180.36 + cp -a $install/usr/share/applications $fs/usr/share 180.37 } 180.38
181.1 --- a/transmission-web/receipt Sat Aug 10 17:48:05 2013 +0000 181.2 +++ b/transmission-web/receipt Sat Aug 10 21:12:16 2013 +0000 181.3 @@ -5,6 +5,7 @@ 181.4 CATEGORY="network" 181.5 SHORT_DESC="Transmission web interface." 181.6 MAINTAINER="pankso@slitaz.org" 181.7 +LICENSE="GPL2" 181.8 WANTED="transmission" 181.9 SUGGESTED="transmission-daemon" 181.10 WEB_SITE="http://www.transmissionbt.com/"
182.1 --- a/transmission/receipt Sat Aug 10 17:48:05 2013 +0000 182.2 +++ b/transmission/receipt Sat Aug 10 21:12:16 2013 +0000 182.3 @@ -5,6 +5,7 @@ 182.4 CATEGORY="network" 182.5 SHORT_DESC="Light and easy to use BitTorrent client." 182.6 MAINTAINER="pankso@slitaz.org" 182.7 +LICENSE="GPL2" 182.8 SUGGESTED="transmission-web transmission-cli transmission-daemon" 182.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 182.10 WEB_SITE="http://www.transmissionbt.com/"
183.1 --- a/udisks-dev/receipt Sat Aug 10 17:48:05 2013 +0000 183.2 +++ b/udisks-dev/receipt Sat Aug 10 21:12:16 2013 +0000 183.3 @@ -5,6 +5,7 @@ 183.4 CATEGORY="development" 183.5 SHORT_DESC="The Udisks devel files." 183.6 MAINTAINER="pankso@slitaz.org" 183.7 +LICENSE="GPL2" 183.8 WANTED="udisks" 183.9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 183.10
184.1 --- a/udisks/receipt Sat Aug 10 17:48:05 2013 +0000 184.2 +++ b/udisks/receipt Sat Aug 10 21:12:16 2013 +0000 184.3 @@ -5,9 +5,11 @@ 184.4 CATEGORY="system-tools" 184.5 SHORT_DESC="D-Bus interfaces to query and manipulate storage devices." 184.6 MAINTAINER="pankso@slitaz.org" 184.7 +LICENSE="GPL2" 184.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 184.9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 184.10 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" 184.11 + 184.12 DEPENDS="libatasmart udev libsgutils2 sg3_utils libgudev polkit dbus util-linux-blkid \ 184.13 dbus-helper parted libdevmapper libgio util-linux-mount lsof" 184.14 BUILD_DEPENDS="libatasmart-dev udev-dev sg3_utils-dev libgudev-dev \
185.1 --- a/udisks2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 185.2 +++ b/udisks2-dev/receipt Sat Aug 10 21:12:16 2013 +0000 185.3 @@ -5,6 +5,7 @@ 185.4 CATEGORY="development" 185.5 SHORT_DESC="The Udisks devel files." 185.6 MAINTAINER="pankso@slitaz.org" 185.7 +LICENSE="GPL2" 185.8 WANTED="udisks2" 185.9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 185.10
186.1 --- a/udisks2/receipt Sat Aug 10 17:48:05 2013 +0000 186.2 +++ b/udisks2/receipt Sat Aug 10 21:12:16 2013 +0000 186.3 @@ -5,6 +5,7 @@ 186.4 CATEGORY="system-tools" 186.5 SHORT_DESC="D-Bus interfaces to query and manipulate storage devices." 186.6 MAINTAINER="pankso@slitaz.org" 186.7 +LICENSE="GPL2" 186.8 SOURCE="udisks" 186.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 186.10 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
187.1 --- a/upower-dev/receipt Sat Aug 10 17:48:05 2013 +0000 187.2 +++ b/upower-dev/receipt Sat Aug 10 21:12:16 2013 +0000 187.3 @@ -5,6 +5,7 @@ 187.4 CATEGORY="development" 187.5 SHORT_DESC="UPower devel files." 187.6 MAINTAINER="pankso@slitaz.org" 187.7 +LICENSE="GPL2" 187.8 WANTED="upower" 187.9 WEB_SITE="http://upower.freedesktop.org/" 187.10
188.1 --- a/upower/receipt Sat Aug 10 17:48:05 2013 +0000 188.2 +++ b/upower/receipt Sat Aug 10 21:12:16 2013 +0000 188.3 @@ -5,6 +5,7 @@ 188.4 CATEGORY="system-tools" 188.5 SHORT_DESC="UPower is an abstraction for enumerating power devices." 188.6 MAINTAINER="pankso@slitaz.org" 188.7 +LICENSE="GPL2" 188.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 188.9 WEB_SITE="http://upower.freedesktop.org/" 188.10 WGET_URL="http://upower.freedesktop.org/releases/$TARBALL"
189.1 --- a/v4l-dvb/receipt Sat Aug 10 17:48:05 2013 +0000 189.2 +++ b/v4l-dvb/receipt Sat Aug 10 21:12:16 2013 +0000 189.3 @@ -4,6 +4,7 @@ 189.4 VERSION="development" 189.5 CATEGORY="multimedia" 189.6 MAINTAINER="jozee@slitaz.org" 189.7 +LICENSE="GPL2" 189.8 SHORT_DESC="v4l-dvb development repository" 189.9 WEB_SITE="http://linuxtv.org/hg/v4l-dvb/" 189.10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
190.1 --- a/vde2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 190.2 +++ b/vde2-dev/receipt Sat Aug 10 21:12:16 2013 +0000 190.3 @@ -5,6 +5,7 @@ 190.4 CATEGORY="development" 190.5 SHORT_DESC="Virtual Distributed Ethernet developement files" 190.6 MAINTAINER="pascal.bellard@slitaz.org" 190.7 +LICENSE="GPL2" 190.8 WEB_SITE="http://vde.sourceforge.net/" 190.9 WANTED="vde2" 190.10 190.11 @@ -12,8 +13,8 @@ 190.12 genpkg_rules() 190.13 { 190.14 mkdir -p $fs/usr/lib/vde2 190.15 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 190.16 - cp -a $_pkg/usr/lib/vde2/*a $fs/usr/lib/vde2 190.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 190.18 - cp -a $_pkg/usr/include $fs/usr 190.19 + cp -a $install/usr/lib/*a $fs/usr/lib 190.20 + cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2 190.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 190.22 + cp -a $install/usr/include $fs/usr 190.23 }
191.1 --- a/vde2/receipt Sat Aug 10 17:48:05 2013 +0000 191.2 +++ b/vde2/receipt Sat Aug 10 21:12:16 2013 +0000 191.3 @@ -5,12 +5,14 @@ 191.4 CATEGORY="network" 191.5 SHORT_DESC="Virtual Distributed Ethernet." 191.6 MAINTAINER="pascal.bellard@slitaz.org" 191.7 -DEPENDS="libcrypto" 191.8 -BUILD_DEPENDS="libcrypto libcrypto-dev" 191.9 +LICENSE="GPL2" 191.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 191.11 WEB_SITE="http://vde.sourceforge.net/" 191.12 WGET_URL="$SF_MIRROR/vde/$TARBALL" 191.13 191.14 +DEPENDS="libcrypto" 191.15 +BUILD_DEPENDS="libcrypto libcrypto-dev" 191.16 + 191.17 # Rules to configure and make the package. 191.18 compile_rules() 191.19 { 191.20 @@ -21,16 +23,16 @@ 191.21 --mandir=/usr/share/man \ 191.22 $CONFIGURE_ARGS && 191.23 make && 191.24 - make DESTDIR=$PWD/_pkg install 191.25 + make DESTDIR=$DESTDIR install 191.26 } 191.27 191.28 # Rules to gen a SliTaz package suitable for Tazpkg. 191.29 genpkg_rules() 191.30 { 191.31 mkdir -p $fs/usr/lib/vde2 191.32 - cp -a $_pkg/etc $fs 191.33 - cp -a $_pkg/usr/bin $fs/usr 191.34 - cp -a $_pkg/usr/sbin $fs/usr 191.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 191.36 - cp -a $_pkg/usr/lib/vde2/*.so* $fs/usr/lib/vde2 191.37 + cp -a $install/etc $fs 191.38 + cp -a $install/usr/bin $fs/usr 191.39 + cp -a $install/usr/sbin $fs/usr 191.40 + cp -a $install/usr/lib/*.so* $fs/usr/lib 191.41 + cp -a $install/usr/lib/vde2/*.so* $fs/usr/lib/vde2 191.42 }
192.1 --- a/virtualbox-ose-guestutils/receipt Sat Aug 10 17:48:05 2013 +0000 192.2 +++ b/virtualbox-ose-guestutils/receipt Sat Aug 10 21:12:16 2013 +0000 192.3 @@ -5,8 +5,10 @@ 192.4 CATEGORY="misc" 192.5 SHORT_DESC="VirtualBox Guest userspace utilities, useful for running Slitaz inside a virtual machine" 192.6 MAINTAINER="slaxemulator@gmail.com" 192.7 +LICENSE="GPL2" 192.8 WANTED="virtualbox-ose" 192.9 WEB_SITE="https://www.virtualbox.org/" 192.10 + 192.11 DEPENDS="xorg-libXfixes xorg-libXmu xorg-xrandr" 192.12 BUILD_DEPENDS="" 192.13
193.1 --- a/virtualbox-ose/receipt Sat Aug 10 17:48:05 2013 +0000 193.2 +++ b/virtualbox-ose/receipt Sat Aug 10 21:12:16 2013 +0000 193.3 @@ -5,6 +5,7 @@ 193.4 CATEGORY="misc" 193.5 SHORT_DESC="Powerful x86 virtualization for enterprise as well as home use (Open Source Edition)" 193.6 MAINTAINER="slaxemulator@gmail.com" 193.7 +LICENSE="GPL2" 193.8 SOURCE="VirtualBox" 193.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 193.10 WEB_SITE="https://www.virtualbox.org/"
194.1 --- a/vpnc-cert/receipt Sat Aug 10 17:48:05 2013 +0000 194.2 +++ b/vpnc-cert/receipt Sat Aug 10 21:12:16 2013 +0000 194.3 @@ -6,6 +6,7 @@ 194.4 CATEGORY="network" 194.5 SHORT_DESC="VPN client compatible with Cisco's EasyVPN equipment." 194.6 MAINTAINER="pascal.bellard@slitaz.org" 194.7 +LICENSE="GPL2" 194.8 TARBALL="$SOURCE-$VERSION.tar.gz" 194.9 WEB_SITE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" 194.10 WGET_URL="$WEB_SITE$TARBALL"
195.1 --- a/vpnc/receipt Sat Aug 10 17:48:05 2013 +0000 195.2 +++ b/vpnc/receipt Sat Aug 10 21:12:16 2013 +0000 195.3 @@ -5,6 +5,7 @@ 195.4 CATEGORY="network" 195.5 SHORT_DESC="VPN client compatible with Cisco's EasyVPN equipment." 195.6 MAINTAINER="pascal.bellard@slitaz.org" 195.7 +LICENSE="GPL2" 195.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 195.9 WEB_SITE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" 195.10 WGET_URL="$WEB_SITE$TARBALL"
196.1 --- a/wammu/receipt Sat Aug 10 17:48:05 2013 +0000 196.2 +++ b/wammu/receipt Sat Aug 10 21:12:16 2013 +0000 196.3 @@ -5,25 +5,27 @@ 196.4 CATEGORY="system-tools" 196.5 SHORT_DESC="Wammu is mobile phone manage." 196.6 MAINTAINER="pankso@slitaz.org" 196.7 -DEPENDS="gammu python python-pybluez wxpython" 196.8 -BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" 196.9 +LICENSE="GPL2" 196.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 196.11 WEB_SITE="http://wammu.eu/wammu/" 196.12 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" 196.13 196.14 +DEPENDS="gammu python python-pybluez wxpython" 196.15 +BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" 196.16 + 196.17 # Rules to configure and make the package. 196.18 compile_rules() 196.19 { 196.20 cd $src 196.21 python setup.py build && 196.22 - python setup.py install --root=$PWD/_pkg 196.23 + python setup.py install --root=$DESTDIR 196.24 } 196.25 196.26 # Rules to gen a SliTaz package suitable for Tazpkg. 196.27 genpkg_rules() 196.28 { 196.29 mkdir -p $fs/usr/share 196.30 - cp -a $_pkg/usr/bin $fs/usr 196.31 - cp -a $_pkg/usr/lib $fs/usr 196.32 - cp -a $_pkg/usr/share/Wammu $fs/usr/share 196.33 + cp -a $install/usr/bin $fs/usr 196.34 + cp -a $install/usr/lib $fs/usr 196.35 + cp -a $install/usr/share/Wammu $fs/usr/share 196.36 }
197.1 --- a/webalizer/receipt Sat Aug 10 17:48:05 2013 +0000 197.2 +++ b/webalizer/receipt Sat Aug 10 21:12:16 2013 +0000 197.3 @@ -5,6 +5,7 @@ 197.4 CATEGORY="network" 197.5 SHORT_DESC="Web server log file analysis program." 197.6 MAINTAINER="pascal.bellard@slitaz.org" 197.7 +LICENSE="GPL2" 197.8 TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 197.9 WEB_SITE="http://www.webalizer.com/" 197.10 WGET_URL="ftp://ftp.mrunix.net/pub/$PACKAGE/$TARBALL" 197.11 @@ -31,8 +32,8 @@ 197.12 { 197.13 mkdir -p $fs/usr $fs/etc $fs/var/www/webalizer $fs/etc/initcron.d 197.14 chown 80 $fs/var/www/webalizer 197.15 - cp -a $_pkg/etc/webalizer.conf.sample $fs/etc/webalizer.conf 197.16 - cp -a $_pkg/usr/bin $fs/usr 197.17 + cp -a $install/etc/webalizer.conf.sample $fs/etc/webalizer.conf 197.18 + cp -a $install/usr/bin $fs/usr 197.19 cat > $fs/etc/initcron.d/webalizer << EOT 197.20 197.21 30 0 * * * /usr/bin/webalizer -o /var/www/webalizer /var/log/apache/access_log
198.1 --- a/wireshark/receipt Sat Aug 10 17:48:05 2013 +0000 198.2 +++ b/wireshark/receipt Sat Aug 10 21:12:16 2013 +0000 198.3 @@ -5,6 +5,7 @@ 198.4 CATEGORY="network" 198.5 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 198.6 MAINTAINER="pankso@slitaz.org" 198.7 +LICENSE="GPL2" 198.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 198.9 WEB_SITE="http://www.wireshark.org/" 198.10 WGET_URL="http://wiresharkdownloads.riverbed.com/wireshark/src/$TARBALL"
199.1 --- a/wordwarvi/receipt Sat Aug 10 17:48:05 2013 +0000 199.2 +++ b/wordwarvi/receipt Sat Aug 10 21:12:16 2013 +0000 199.3 @@ -5,6 +5,12 @@ 199.4 CATEGORY="games" 199.5 SHORT_DESC="Retro shoot'em up game." 199.6 MAINTAINER="paul@slitaz.org" 199.7 +LICENSE="GPL2" 199.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 199.9 +WEB_SITE="http://wordwarvi.sourceforge.net/" 199.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 199.11 +TAGS="shooting" 199.12 + 199.13 DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau 199.14 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext 199.15 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender 199.16 @@ -12,10 +18,6 @@ 199.17 BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk+-dev 199.18 xorg-libXrender-dev xorg-xproto xorg-renderproto 199.19 xorg-kbproto pixman-dev libgio-dev" 199.20 -TARBALL="$PACKAGE-$VERSION.tar.gz" 199.21 -WEB_SITE="http://wordwarvi.sourceforge.net/" 199.22 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 199.23 -TAGS="shooting" 199.24 199.25 # Rules to configure and make the package. 199.26 compile_rules() 199.27 @@ -28,7 +30,7 @@ 199.28 genpkg_rules() 199.29 { 199.30 mkdir -p $fs/usr/share/wordwarvi 199.31 - cp -a $_pkg/usr/bin $fs/usr 199.32 - cp -a $_pkg/usr/share/wordwarvi/* $fs/usr/share/wordwarvi 199.33 + cp -a $install/usr/bin $fs/usr 199.34 + cp -a $install/usr/share/wordwarvi/* $fs/usr/share/wordwarvi 199.35 cp -a stuff/* $fs 199.36 }
200.1 --- a/wpa_supplicant/receipt Sat Aug 10 17:48:05 2013 +0000 200.2 +++ b/wpa_supplicant/receipt Sat Aug 10 21:12:16 2013 +0000 200.3 @@ -5,6 +5,7 @@ 200.4 CATEGORY="utilities" 200.5 SHORT_DESC="WPA Supplicant with support for WPA and WPA2" 200.6 MAINTAINER="0dddba11@googlemail.com" 200.7 +LICENSE="GPL2" 200.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 200.9 WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/" 200.10 WGET_URL="http://hostap.epitest.fi/releases/$TARBALL"
201.1 --- a/wv-dev/receipt Sat Aug 10 17:48:05 2013 +0000 201.2 +++ b/wv-dev/receipt Sat Aug 10 21:12:16 2013 +0000 201.3 @@ -5,6 +5,7 @@ 201.4 CATEGORY="x-window" 201.5 SHORT_DESC="WV (MS doc lib) devel files." 201.6 MAINTAINER="pankso@slitaz.org" 201.7 +LICENSE="GPL2" 201.8 WANTED="wv" 201.9 WEB_SITE="http://www.abisource.com/projects/" 201.10 201.11 @@ -12,8 +13,8 @@ 201.12 genpkg_rules() 201.13 { 201.14 mkdir -p $fs/usr/lib 201.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 201.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 201.17 - cp -a $_pkg/usr/include $fs/usr 201.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 201.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 201.20 + cp -a $install/usr/include $fs/usr 201.21 } 201.22
202.1 --- a/wv/receipt Sat Aug 10 17:48:05 2013 +0000 202.2 +++ b/wv/receipt Sat Aug 10 21:12:16 2013 +0000 202.3 @@ -4,13 +4,15 @@ 202.4 VERSION="1.2.5" 202.5 CATEGORY="x-window" 202.6 SHORT_DESC="MS document manipulation library." 202.7 -DEPENDS="glib libgsf libpng libxml2 zlib" 202.8 -BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev" 202.9 MAINTAINER="pankso@slitaz.org" 202.10 +LICENSE="GPL2" 202.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 202.12 WEB_SITE="http://www.abisource.com/projects/" 202.13 WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL" 202.14 202.15 +DEPENDS="glib libgsf libpng libxml2 zlib" 202.16 +BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev" 202.17 + 202.18 # Rules to configure and make the package. 202.19 compile_rules() 202.20 { 202.21 @@ -21,15 +23,15 @@ 202.22 --mandir=/usr/share/man \ 202.23 $CONFIGURE_ARGS && 202.24 make 202.25 - make DESTDIR=$PWD/_pkg install 202.26 + make DESTDIR=$DESTDIR install 202.27 } 202.28 202.29 # Rules to gen a SliTaz package suitable for Tazpkg. 202.30 genpkg_rules() 202.31 { 202.32 mkdir -p $fs/usr/lib $fs/usr/share 202.33 - cp -a $_pkg/usr/bin $fs/usr 202.34 + cp -a $install/usr/bin $fs/usr 202.35 chmod +x $fs/usr/bin/* 202.36 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 202.37 - cp -a $_pkg/usr/share/wv $fs/usr/share 202.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 202.39 + cp -a $install/usr/share/wv $fs/usr/share 202.40 }
203.1 --- a/xfce-utils/receipt Sat Aug 10 17:48:05 2013 +0000 203.2 +++ b/xfce-utils/receipt Sat Aug 10 21:12:16 2013 +0000 203.3 @@ -5,6 +5,7 @@ 203.4 CATEGORY="x-window" 203.5 SHORT_DESC="Xfce utilities" 203.6 MAINTAINER="erjo@slitaz.org" 203.7 +LICENSE="GPL2" 203.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 203.9 WEB_SITE="http://www.xfce.org" 203.10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 203.11 @@ -31,12 +32,12 @@ 203.12 genpkg_rules() 203.13 { 203.14 mkdir -p $fs/usr $fs/usr/share/locale 203.15 - cp -a $_pkg/usr/bin $fs/usr 203.16 - cp -a $_pkg/etc $fs/ 203.17 - cp -a $_pkg/usr/share/icons $fs/usr/share 203.18 - cp -a $_pkg/usr/share/dbus* $fs/usr/share 203.19 - cp -a $_pkg/usr/share/icons $fs/usr/share 203.20 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 203.21 + cp -a $install/usr/bin $fs/usr 203.22 + cp -a $install/etc $fs/ 203.23 + cp -a $install/usr/share/icons $fs/usr/share 203.24 + cp -a $install/usr/share/dbus* $fs/usr/share 203.25 + cp -a $install/usr/share/icons $fs/usr/share 203.26 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 203.27 203.28 #Fix perms 203.29 chmod 755 $fs/usr/bin/*
204.1 --- a/xfce4-panel-dev/receipt Sat Aug 10 17:48:05 2013 +0000 204.2 +++ b/xfce4-panel-dev/receipt Sat Aug 10 21:12:16 2013 +0000 204.3 @@ -5,10 +5,12 @@ 204.4 CATEGORY="development" 204.5 SHORT_DESC="Xfce Panel dev files" 204.6 MAINTAINER="erjo@slitaz.org" 204.7 -DEPENDS="xfce4-panel" 204.8 +LICENSE="GPL2" 204.9 WANTED="xfce4-panel" 204.10 WEB_SITE="http://www.xfce.org/" 204.11 204.12 +DEPENDS="xfce4-panel" 204.13 + 204.14 genpkg_rules() 204.15 { 204.16 mkdir -p $fs/usr/share/xfce4 \
205.1 --- a/xfce4-panel/receipt Sat Aug 10 17:48:05 2013 +0000 205.2 +++ b/xfce4-panel/receipt Sat Aug 10 21:12:16 2013 +0000 205.3 @@ -5,6 +5,7 @@ 205.4 CATEGORY="x-window" 205.5 SHORT_DESC="Xfce Panel" 205.6 MAINTAINER="erjo@slitaz.org" 205.7 +LICENSE="GPL2" 205.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 205.9 WEB_SITE="http://www.xfce.org/" 205.10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
206.1 --- a/xfwm4-themes/receipt Sat Aug 10 17:48:05 2013 +0000 206.2 +++ b/xfwm4-themes/receipt Sat Aug 10 21:12:16 2013 +0000 206.3 @@ -5,6 +5,7 @@ 206.4 CATEGORY="x-window" 206.5 SHORT_DESC="xfwm4 additionnal themes" 206.6 MAINTAINER="erjo@slitaz.org" 206.7 +LICENSE="GPL2" 206.8 WANTED="xfwm4" 206.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 206.10 WEB_SITE="http://www.xfce.org/"
207.1 --- a/xfwm4/receipt Sat Aug 10 17:48:05 2013 +0000 207.2 +++ b/xfwm4/receipt Sat Aug 10 21:12:16 2013 +0000 207.3 @@ -5,6 +5,7 @@ 207.4 CATEGORY="x-window" 207.5 SHORT_DESC="Xfce Window Manager" 207.6 MAINTAINER="erjo@slitaz.org" 207.7 +LICENSE="GPL2" 207.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 207.9 WEB_SITE="http://www.xfce.org/" 207.10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
208.1 --- a/ziproxy/receipt Sat Aug 10 17:48:05 2013 +0000 208.2 +++ b/ziproxy/receipt Sat Aug 10 21:12:16 2013 +0000 208.3 @@ -5,6 +5,7 @@ 208.4 CATEGORY="network" 208.5 SHORT_DESC="HTTP traffic compressor." 208.6 MAINTAINER="pascal.bellard@slitaz.org" 208.7 +LICENSE="GPL2" 208.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 208.9 WEB_SITE="http://ziproxy.sourceforge.net/" 208.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 208.11 @@ -28,7 +29,7 @@ 208.12 genpkg_rules() 208.13 { 208.14 mkdir -p $fs/usr 208.15 - cp -a $_pkg/usr/bin $fs/usr 208.16 + cp -a $install/usr/bin $fs/usr 208.17 cp -a $src/etc $fs 208.18 cp -a $src/var $fs 208.19 chown -R root.root $fs