# HG changeset patch # User Pascal Bellard # Date 1386095331 0 # Node ID 3b4e4318134eda33eaa8b19ee9fc99cb0a3401e2 # Parent 6a71982fc18f1d2ee7663d7ccd330dc0a8b9bf7b Add some licenses diff -r 6a71982fc18f -r 3b4e4318134e fastthread/receipt --- a/fastthread/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fastthread/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Optimized replacement for thread.rb primitives" MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby" -BUILD_DEPENDS="ruby-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/fastthread" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } \ No newline at end of file diff -r 6a71982fc18f -r 3b4e4318134e fbpanel/receipt --- a/fbpanel/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fbpanel/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Fbpanel is a lightweight GTK2-based panel for UNIX desktop." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tbz2" WEB_SITE="http://fbpanel.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,9 +25,9 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr # Custom config file cp -a $stuff/default $fs/usr/share/fbpanel } diff -r 6a71982fc18f -r 3b4e4318134e fbreader/receipt --- a/fbreader/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fbreader/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="utilities" SHORT_DESC="E-Book Reader. Supports many e-book formats." MAINTAINER="devl547@gmail.com" +LICENSE="GPL3 TARBALL="$PACKAGE-sources-$VERSION.tgz" WEB_SITE="http://www.fbreader.org/" WGET_URL="http://www.fbreader.org/$TARBALL" + BUILD_DEPENDS="expat-dev liblinebreak-dev curl-dev fribidi-dev bzip2-dev sqlite-dev gtk+-dev" DEPENDS="expat liblinebreak curl fribidi bzip2 sqlite gtk+" @@ -20,14 +22,14 @@ echo "UI_TYPE = gtk" >> makefiles/target.mk echo "TARGET_STATUS = release" >> makefiles/target.mk make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e fbxkb/receipt --- a/fbxkb/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fbxkb/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="fbxkb is NETWM compliant keyboard indicator and switcher." MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://fbxkb.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="gtk+ xorg-libXmu" BUILD_DEPENDS="gtk+-dev xorg-libXmu-dev" -WEB_SITE="http://fbxkb.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 6a71982fc18f -r 3b4e4318134e fcgi-dev/receipt --- a/fcgi-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fcgi-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Fast CGI devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.fastcgi.com/" WANTED="fcgi" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e fcgi/receipt --- a/fcgi/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fcgi/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Fast CGI binary and library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.fastcgi.com/" WGET_URL="http://www.fastcgi.com/dist/$TARBALL" @@ -23,13 +24,13 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make -j1 && - make -j1 DESTDIR=$PWD/_pkg install + make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e fcron/receipt --- a/fcron/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fcron/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Periodical command scheduler" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.src.tar.gz" WEB_SITE="http://fcron.free.fr/" WGET_URL="http://fcron.free.fr/archives/$TARBALL" TAGS="cron scheduler" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -29,18 +31,17 @@ --with-editor=/bin/vi \ --with-sysfcrontab=yes \ $CONFIGURE_ARGS && - make && make -j1 DESTDIR=$PWD/_pkg install + make && make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin/fcron $fs/usr/bin - cp -a $_pkg/var $fs/ - cp -a $_pkg/etc $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin/fcron $fs/usr/bin + cp -a $install/var $fs/ + cp -a $install/etc $fs/ cp -a stuff/fcron $fs/etc/init.d } - diff -r 6a71982fc18f -r 3b4e4318134e fdupes/receipt --- a/fdupes/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fdupes/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Identify or delete duplicate files in specified directories.." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://code.google.com/p/fdupes/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://fdupes.googlecode.com/files/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e feedparser/receipt --- a/feedparser/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/feedparser/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Parse RSS and Atom feeds in Python" MAINTAINER="jozee@slitaz.org" -DEPENDS="libxml2 python" -BUILD_DEPENDS="libxml2-dev python-dev setuptools" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://feedparser.sf.net" WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" +DEPENDS="libxml2 python" +BUILD_DEPENDS="libxml2-dev python-dev setuptools" + # Rules to configure and make the package. compile_rules() { diff -r 6a71982fc18f -r 3b4e4318134e feh/receipt --- a/feh/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/feh/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Lightweight and powerful image viewer and composer" MAINTAINER="mallory@sweetpeople.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://derf.homelinux.org/~derf/projects/feh/" WGET_URL="http://derf.homelinux.org/~derf/projects/$PACKAGE/$TARBALL" @@ -31,7 +32,7 @@ mkdir -p $fs/usr/share/feh/fonts mkdir -p $fs/usr/share/feh/images - cp -a $_pkg/usr/bin/feh $fs/usr/bin - cp -a $_pkg/usr/share/feh/fonts $fs/usr/share/feh - cp -a $_pkg/usr/share/feh/images $fs/usr/share/feh + cp -a $install/usr/bin/feh $fs/usr/bin + cp -a $install/usr/share/feh/fonts $fs/usr/share/feh + cp -a $install/usr/share/feh/images $fs/usr/share/feh } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-1000/receipt --- a/firmware-iwlwifi-1000/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-1000/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 1000" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-1000" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-1000*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-1000*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-3945/receipt --- a/firmware-iwlwifi-3945/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-3945/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 3945" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-3945" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-3945*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-3945*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-4965/receipt --- a/firmware-iwlwifi-4965/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-4965/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 4965" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-4965" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-4965*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-4965*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-5000/receipt --- a/firmware-iwlwifi-5000/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-5000/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 5000" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-5000" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-5000*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-5000*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-5150/receipt --- a/firmware-iwlwifi-5150/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-5150/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 5150" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-5150" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-5150*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-5150*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-6000/receipt --- a/firmware-iwlwifi-6000/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-6000/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 6000" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-6000" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-6000*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-6000*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-iwlwifi-6050/receipt --- a/firmware-iwlwifi-6050/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-iwlwifi-6050/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for iwlwifi 6050" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="iwlwifi-6050" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/iwlwifi-6050*.ucode $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses + cp -a $install/lib/firmware/iwlwifi-6050*.ucode $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.iwlwifi_firmware $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-radeon/receipt --- a/firmware-radeon/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-radeon/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for radeon" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-drm" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" +DEPENDS="linux-drm" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/radeon $fs/lib/firmware - cp -a $_pkg/lib/firmware/r128 $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENSE.radeon $fs/usr/share/licenses + cp -a $install/lib/firmware/radeon $fs/lib/firmware + cp -a $install/lib/firmware/r128 $fs/lib/firmware + cp -a $install/lib/firmware/LICENSE.radeon $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-rt2x00/receipt --- a/firmware-rt2x00/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-rt2x00/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for all rt2x00 modules." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" PROVIDE="firmware-rt73 firmware-rt2561 firmware-rt2661 firmware-rt2860 \ firmware-rt2870 firmware-rt3070 firmware-rt3071 firmware-rt3090" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/lib/firmware $fs/usr/share/licenses - cp -a $_pkg/lib/firmware/rt*.bin $fs/lib/firmware - cp -a $_pkg/lib/firmware/LICENCE.ralink-firmware.txt $fs/usr/share/licenses + cp -a $install/lib/firmware/rt*.bin $fs/lib/firmware + cp -a $install/lib/firmware/LICENCE.ralink-firmware.txt $fs/usr/share/licenses } diff -r 6a71982fc18f -r 3b4e4318134e firmware-rtlwifi/receipt --- a/firmware-rtlwifi/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware-rtlwifi/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="non-free" SHORT_DESC="Firmware files for rtlwifi modules." MAINTAINER="mojo@slitaz.org" -DEPENDS="linux-wireless" +LICENSE="other" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WANTED="firmware" +DEPENDS="linux-wireless" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 6a71982fc18f -r 3b4e4318134e firmware/receipt --- a/firmware/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/firmware/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="meta" SHORT_DESC="Firmware files for Linux" MAINTAINER="slaxemulator@gmail.com" +LICENSE="other" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" WGET_URL="ftp://ftp.archlinux.org/other/linux-firmware/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e fluxbox-themes/receipt --- a/fluxbox-themes/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fluxbox-themes/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Fluxbox additionnal themes." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.fluxbox.org/" WANTED="fluxbox" diff -r 6a71982fc18f -r 3b4e4318134e fluxbox-tools/receipt --- a/fluxbox-tools/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fluxbox-tools/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Fluxbox additionnal tools (fbsetroot)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.fluxbox.org/" WANTED="fluxbox" diff -r 6a71982fc18f -r 3b4e4318134e fluxbox/receipt --- a/fluxbox/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fluxbox/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Fluxbox is a light and fast window manager for X." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.fluxbox.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e fontconfig-dev/receipt --- a/fontconfig-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fontconfig-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Font configuration utilities and library devel files" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.fontconfig.org/wiki/" WANTED="fontconfig" diff -r 6a71982fc18f -r 3b4e4318134e fontconfig-infinality/receipt --- a/fontconfig-infinality/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fontconfig-infinality/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Infinality addition for fontconfig" MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" WEB_SITE="http://www.infinality.net/blog/infinality-freetype-patches/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.infinality.net/fedora/linux/zips/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e fontconfig/receipt --- a/fontconfig/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fontconfig/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Font configuration utilities and library" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.fontconfig.org/wiki/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.freedesktop.org/software/fontconfig/release/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e foomatic-db-nonfree/receipt --- a/foomatic-db-nonfree/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/foomatic-db-nonfree/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="database engine generates PPD files from the data in Foomatic's XML database" MAINTAINER="jozee@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linuxprinting.org/foomatic.html" WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e fop/receipt --- a/fop/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fop/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Open source XSL-FO implementation." MAINTAINER="paul@slitaz.org" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION-bin.tar.gz" WEB_SITE="http://xmlgraphics.apache.org/fop/" WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e foremost/receipt --- a/foremost/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/foremost/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Data carving utility." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://foremost.sourceforge.net" WGET_URL="$WEB_SITE/pkg/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e fotoxx/receipt --- a/fotoxx/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fotoxx/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="graphics" SHORT_DESC="lightweight image editor" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gtk+" -BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils" +LICENSE="GPL3" SUGGESTED="exiftool ufraw printoxx" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kornelix.squarespace.com/fotoxx" WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" TAGS="image editor photo jpeg jpg bmp png gif" +DEPENDS="gtk+" +BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils" + # Rules to configure and make the package. compile_rules() { @@ -25,8 +27,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE #non-standard locale path - cp -a $_pkg/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE + cp -a $install/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE } diff -r 6a71982fc18f -r 3b4e4318134e fping/receipt --- a/fping/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/fping/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="ICMP echo with multiple hosts." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fping.org/" WGET_URL="${WEB_SITE}dist/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e freedoom/receipt --- a/freedoom/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/freedoom/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="games" SHORT_DESC="completely free Doom IWADS (game data)" MAINTAINER="slaxemulator@gmail.com" -BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nongnu.org/freedoom/" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/source/$TARBALL" +BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick" + # Rules to configure and make the package. compile_rules() { @@ -23,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e freeglut-dev/receipt --- a/freeglut-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/freeglut-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="OpenGL utility toolkit development files." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL" WEB_SITE="http://freeglut.sourceforge.net/" WANTED="freeglut" diff -r 6a71982fc18f -r 3b4e4318134e freeglut/receipt --- a/freeglut/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/freeglut/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="OpenGL utility toolkit." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL" +SUGGESTED="nvidia" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://freeglut.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="glibc-base libdrm mesa libglu-mesa \ xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" -SUGGESTED="nvidia" BUILD_DEPENDS="mesa-dev mesa libglu-mesa-dev libglu-mesa xorg-inputproto \ xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdamage-dev xorg-libXdmcp-dev xorg-libXext-dev xorg-libXi-dev xorg-libXfixes-dev xorg-libXxf86vm-dev libxcb-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://freeglut.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 6a71982fc18f -r 3b4e4318134e ftgl-dev/receipt --- a/ftgl-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/ftgl-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for ftgl" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="ftgl" +LICENSE="GPL2" WEB_SITE="http://ftgl.wiki.sourceforge.net/" WANTED="ftgl" +DEPENDS="ftgl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r 6a71982fc18f -r 3b4e4318134e ftgl/receipt --- a/ftgl/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/ftgl/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="OpenGL library to use arbitrary fonts" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ftgl.wiki.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e ftjam/receipt --- a/ftjam/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/ftjam/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -4,6 +4,7 @@ VERSION="2.5.3rc2" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="BSD" SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool" WEB_SITE="http://freetype.org/jam/" PROVIDE="jam" @@ -25,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e radiusclient-ng-dev/receipt --- a/radiusclient-ng-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/radiusclient-ng-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="RADIUS Client Library dev files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://developer.berlios.de/projects/$PACKAGE/" WANTED="radiusclient-ng" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e radiusclient-ng/receipt --- a/radiusclient-ng/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/radiusclient-ng/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="RADIUS Client Library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://developer.berlios.de/projects/$PACKAGE/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" @@ -17,15 +18,15 @@ --sysconfdir=/etc \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 6a71982fc18f -r 3b4e4318134e remind/receipt --- a/remind/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/remind/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Sophisticated calendar and alarm program." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.roaringpenguin.com/products/remind" WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" @@ -21,7 +22,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6a71982fc18f -r 3b4e4318134e rkhunter/receipt --- a/rkhunter/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rkhunter/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Rootkit scanner." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.rootkit.nl/projects/rootkit_hunter.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e rlog-dev/receipt --- a/rlog-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rlog-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="C++ logging library." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="LGPL2.1" WANTED="rlog" WEB_SITE="http://www.arg0.net/rlog" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 6a71982fc18f -r 3b4e4318134e rlog/receipt --- a/rlog/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rlog/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="misc" SHORT_DESC="C++ logging library." MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="gcc-lib-base" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.arg0.net/rlog" WGET_URL="http://rlog.googlecode.com/files/$TARBALL" TAGS="C++ log" +DEPENDS="gcc-lib-base" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && - make DESTDIR=$src/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 6a71982fc18f -r 3b4e4318134e rlwrap/receipt --- a/rlwrap/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rlwrap/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Input history wrapper using GNU readline." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://utopia.knoware.nl/~hlub/uck/rlwrap/" WGET_URL="${WEB_SITE}$TARBALL" @@ -25,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/rlwrap $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/share/rlwrap $fs/usr/share + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e rp-l2tp/receipt --- a/rp-l2tp/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rp-l2tp/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="L2TP tunnel (vpn)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rp-l2tp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -18,15 +19,15 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/usr/lib/l2tp/plugins - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr cp -a $src/handlers/l2tp-control $fs/usr/sbin cp -a $src/handlers/*.so $fs/usr/lib/l2tp/plugins } diff -r 6a71982fc18f -r 3b4e4318134e rp-pppoe/receipt --- a/rp-pppoe/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rp-pppoe/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Tools to configure a PPPOE network connection." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="ppp" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.roaringpenguin.com/products/pppoe" WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" TAGS="network pppoe" +BUILD_DEPENDS="ppp" + # Rules to configure and make the package. compile_rules() { @@ -19,7 +21,7 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/../_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,8 +29,8 @@ { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr # Fix permissions on all scripts chmod -R 755 $fs/usr/sbin/* diff -r 6a71982fc18f -r 3b4e4318134e rsnapshot/receipt --- a/rsnapshot/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rsnapshot/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="A remote filesystem snapshot utility" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="perl rsync" -BUILD_DEPENDS="perl rsync" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rsnapshot.org" WGET_URL="$WEB_SITE/downloads/$TARBALL" CONFIG_FILES="/etc/rsnapshot.conf" +DEPENDS="perl rsync" +BUILD_DEPENDS="perl rsync" + # Rules to configure and make the package. compile_rules() { @@ -22,14 +24,14 @@ --mandir=/usr/share/man \ --sysconfdir=/etc \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc/rsnapshot.conf.default $fs/etc/rsnapshot.conf + cp -a $install/usr/bin $fs/usr + cp -a $install/etc/rsnapshot.conf.default $fs/etc/rsnapshot.conf } diff -r 6a71982fc18f -r 3b4e4318134e rtaudio-dev/receipt --- a/rtaudio-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rtaudio-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Rtaudio C++ classes devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.music.mcgill.ca/~gary/rtaudio/" WANTED="rtaudio" diff -r 6a71982fc18f -r 3b4e4318134e rtaudio/receipt --- a/rtaudio/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rtaudio/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Common API for realtime audio input/output (C++ classes)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="${PACKAGE}-${VERSION}.tar.gz" WEB_SITE="http://www.music.mcgill.ca/~gary/rtaudio/" WGET_URL="http://www.music.mcgill.ca/~gary/rtaudio/release/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e rtorrent/receipt --- a/rtorrent/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/rtorrent/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Ncurses based torrent client" MAINTAINER="mimas@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libtorrent.rakshasa.no/" WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e scite/receipt --- a/scite/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/scite/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Editor with syntax highlighting and source code editing features." MAINTAINER="rcx@zoominternet.net" +LICENSE="PSL" TARBALL="${PACKAGE}${VERSION//./}.tgz" WEB_SITE="http://www.scintilla.org/" WGET_URL="$SF_MIRROR/scintilla/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e scons/receipt --- a/scons/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/scons/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="SCons is an Open Source software construction tool." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.scons.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python " -BUILD_DEPENDS="python python-dev " + +DEPENDS="python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e scrot/receipt --- a/scrot/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/scrot/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="A screen capture utility" MAINTAINER="al.bobylev@gmail.com" +LICENSE="BSD" +TARBALL="$PACKAGE-${VERSION%-*}.tar.gz" +WEB_SITE="http://freecode.com/projects/scrot" +WGET_URL="http://www.linuxbrit.co.uk/downloads/$TARBALL" + DEPENDS="bzlib freetype giblib glibc-base imlib2 libxcb xorg-libX11 \ xorg-libXau xorg-libXdmcp xorg-libXext zlib" BUILD_DEPENDS="patch giblib-dev imlib2-dev xorg-libX11-dev" -TARBALL="$PACKAGE-${VERSION%-*}.tar.gz" -WEB_SITE="http://freecode.com/projects/scrot" -WGET_URL="http://www.linuxbrit.co.uk/downloads/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -19,12 +21,12 @@ patch -p1 < $stuff/scrot.patch ./configure $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e seamonkey/receipt --- a/seamonkey/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/seamonkey/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Seamonkey suite (browser, mail, news reader)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL MPL" TARBALL="$PACKAGE-$VERSION.source.tar.bz2" WEB_SITE="http://www.seamonkey-project.org/" WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e secure-delete/receipt --- a/secure-delete/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/secure-delete/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Secure file, disk, swap, memory erasure utilities." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base" +LICENSE="MIT" SOURCE="secure_delete" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.thc.org/" WGET_URL="http://freeworld.thc.org/releases/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,14 @@ sed -ie 's/mktemp/mkstemp/g' sfill.c sed -ie "s/sswap smem sdel-mod.o/sswap smem/" Makefile make -j1 && - make -j1 && make -j1 INSTALL_DIR=$PWD/_pkg/usr/bin install - chmod a+r $PWD/_pkg/usr/bin/* + make -j1 && make -j1 INSTALL_DIR=$DESTDIR/usr/bin install + chmod a+r $DESTDIR/usr/bin/* } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e serd-dev/receipt --- a/serd-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/serd-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://drobilla.net/software/serd/" WANTED="serd" diff -r 6a71982fc18f -r 3b4e4318134e serd/receipt --- a/serd/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/serd/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://drobilla.net/software/serd/" WGET_URL="http://download.drobilla.net/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e setserial/receipt --- a/setserial/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/setserial/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Serial port configutation tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://setserial.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -13,7 +14,7 @@ compile_rules() { cd $src - mkdir -p _pkg/usr/bin + mkdir -p $DESTDIR/usr/bin # http://bugs.gentoo.org/309883 # & remove warnings @@ -22,12 +23,12 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $PACKAGE && - install -m 755 $PACKAGE _pkg/usr/bin + install -m 755 $PACKAGE $DESTDIR/usr/bin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 6a71982fc18f -r 3b4e4318134e sharedance/receipt --- a/sharedance/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sharedance/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="High-performance server to centralize ephemeral key/data." MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://sharedance.pureftpd.org/project/sharedance" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e sheerdns/receipt --- a/sheerdns/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sheerdns/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="master DNS server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://threading.2038bug.com/sheerdns/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e shell-detector/receipt --- a/shell-detector/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/shell-detector/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Web shell detection tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.emposha.com/security/php-shell-detector-web-shell-detection-tool.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" #WGET_URL="https://github.com/emposha/PHP-Shell-Detector/tarball/master" diff -r 6a71982fc18f -r 3b4e4318134e shell-fm/receipt --- a/shell-fm/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/shell-fm/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="console based player for the streams provided by Last.FM" MAINTAINER="jozee@slitaz.org" -DEPENDS="libmad libao taglib zlib" -BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" +LICENSE="GPL" WEB_SITE="http://nex.scrapping.cc/shell-fm/" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" +DEPENDS="libmad libao taglib zlib" +BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -23,5 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e sic/receipt --- a/sic/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sic/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple IRC client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tools.suckless.org/sic" WGET_URL="http://dl.suckless.org/tools/$TARBALL" @@ -21,6 +22,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e sip-dev/receipt --- a/sip-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sip-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="sip devel" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2 GPL3" DEPENDS="sip" WEB_SITE="http://www.riverbankcomputing.co.uk" WANTED="sip" diff -r 6a71982fc18f -r 3b4e4318134e sip/receipt --- a/sip/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sip/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="needed for PyQt" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2 GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.riverbankcomputing.co.uk" WGET_URL="http://sourceforge.net/projects/pyqt/files/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e siproxd/receipt --- a/siproxd/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/siproxd/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A masquerading SIP Proxy Server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://siproxd.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -23,14 +24,14 @@ --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e sleuthkit-dev/receipt --- a/sleuthkit-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sleuthkit-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for sleuthkit." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="sleuthkit" +LICENSE="GPL2" WEB_SITE="http://www.sleuthkit.org/sleuthkit" WANTED="sleuthkit" +DEPENDS="sleuthkit" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e sleuthkit/receipt --- a/sleuthkit/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sleuthkit/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sleuthkit.org/sleuthkit" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -30,8 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/tsk3 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/tsk3 $fs/usr/share } diff -r 6a71982fc18f -r 3b4e4318134e slitaz-dev-pkgs/receipt --- a/slitaz-dev-pkgs/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slitaz-dev-pkgs/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Meta-package to install a complet set of devel packages." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.slitaz.org/" DEPENDS=" binutils diff -r 6a71982fc18f -r 3b4e4318134e slitaz-dev-tools/receipt --- a/slitaz-dev-tools/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slitaz-dev-tools/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="SliTaz developers tools meta package." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" DEPENDS="rsync tazdev tazchroot libtaz tazwok mercurial" WEB_SITE="http://www.slitaz.org/" diff -r 6a71982fc18f -r 3b4e4318134e slitaz-toolchain/receipt --- a/slitaz-toolchain/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slitaz-toolchain/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="SliTaz meta package to rebuild or install current toolchain." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.slitaz.org/" DEPENDS="binutils linux-api-headers glibc-dev gcc make elfkickers" diff -r 6a71982fc18f -r 3b4e4318134e slock/receipt --- a/slock/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slock/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="security" SHORT_DESC="Simple X display locker." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" -BUILD_DEPENDS="xorg-xproto xorg-xextproto xorg-libX11-dev xorg-libXext-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tools.suckless.org/slock" WGET_URL="http://dl.suckless.org/tools/$TARBALL" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" +BUILD_DEPENDS="xorg-xproto xorg-xextproto xorg-libX11-dev xorg-libXext-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e slsnif/receipt --- a/slsnif/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slsnif/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Serial line sniffer." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://slsnif.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,12 +18,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e slurm/receipt --- a/slurm/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/slurm/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Realtime network interface monitor." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.wormulon.net/slurm/" WGET_URL="http://www.wormulon.net/slurm/$TARBALL" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e smartmontools/receipt --- a/smartmontools/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smartmontools/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." MAINTAINER="erjo@slitaz.org" -DEPENDS="gcc-lib-base" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://smartmontools.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gcc-lib-base" + # Rules to configure and make the package. compile_rules() { @@ -24,8 +26,8 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc/init.d - cp -a $_pkg/usr/sbin $fs/usr - cp $_pkg/etc/smartd.conf $fs/etc/smartd.conf + cp -a $install/usr/sbin $fs/usr + cp $install/etc/smartd.conf $fs/etc/smartd.conf install -g root -o root -m 755 $stuff/etc/init.d/smartd $fs/etc/init.d } diff -r 6a71982fc18f -r 3b4e4318134e smbbox/receipt --- a/smbbox/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smbbox/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -1,12 +1,11 @@ # SliTaz package receipt -PACKED_SIZE="16.0K" -UNPACKED_SIZE="36.0K" PACKAGE="smbbox" VERSION="0.99" CATEGORY="network" SHORT_DESC="Tiny gui for mount/unmount smb share." MAINTAINER="shann@slitaz.org" +LICENSE="GPL2" SOURCE="smbbox" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://smbbox.free.fr/src/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e smbwebclient/receipt --- a/smbwebclient/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smbwebclient/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Samba client over the Web." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.php.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" -DEPENDS="php smbclient" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/samba/smbwebclient.conf" COOK_OPT="!unpack !repack_src" +DEPENDS="php smbclient" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 6a71982fc18f -r 3b4e4318134e smplayer/receipt --- a/smplayer/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smplayer/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="multimedia" SHORT_DESC="QT-based front-end for MPlayer" MAINTAINER="jozee@slitaz.org" -DEPENDS="mplayer libQtCore libQtGui libQtXml gcc-lib-base" -BUILD_DEPENDS="qt4 Qt4-dev qmake libQtNetwork libegl-mesa" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://smplayer.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="player audio video movie" +DEPENDS="mplayer libQtCore libQtGui libQtXml gcc-lib-base" +BUILD_DEPENDS="qt4 Qt4-dev qmake libQtNetwork libegl-mesa" + # Rules to configure and make the package. compile_rules() { cd $src make PREFIX=/usr && - make PREFIX=/usr DESTDIR=$PWD/_pkg install + make PREFIX=/usr DESTDIR=$DESTDIR install } @@ -25,13 +27,13 @@ genpkg_rules() { mkdir -p $fs/usr/share $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE $fs/usr/share # Remove extra translations or locales rm $fs/usr/share/$PACKAGE/translations/* - cp -a $_pkg/usr/share/$PACKAGE/translations/smplayer_en_US.qm \ - $_pkg/usr/share/$PACKAGE/translations/smplayer_fr.qm \ + cp -a $install/usr/share/$PACKAGE/translations/smplayer_en_US.qm \ + $install/usr/share/$PACKAGE/translations/smplayer_fr.qm \ $fs/usr/share/$PACKAGE/translations/ # copy .desktop file. diff -r 6a71982fc18f -r 3b4e4318134e smx-dev/receipt --- a/smx-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smx-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="text-embedded macro processing language, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.smxlang.org/" WANTED="smx" diff -r 6a71982fc18f -r 3b4e4318134e smx/receipt --- a/smx/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/smx/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="text-embedded macro processing language." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.smxlang.org/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e sockets/receipt --- a/sockets/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sockets/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="C++ Sockets library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.alhem.net/Sockets/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e softgun/receipt --- a/softgun/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/softgun/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="ARM software emulator." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://softgun.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e sord-dev/receipt --- a/sord-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sord-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A lightweight C library for storing RDF data in memory, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://drobilla.net/software/sord/" WANTED="sord" diff -r 6a71982fc18f -r 3b4e4318134e sord/receipt --- a/sord/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sord/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A lightweight C library for storing RDF data in memory." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://drobilla.net/software/sord/" WGET_URL="http://download.drobilla.net/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e soundtouch-dev/receipt --- a/soundtouch-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/soundtouch-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="devel files for soundtouch" MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://www.surina.net/soundtouch/" +WANTED="soundtouch" + DEPENDS="soundtouch" -WANTED="soundtouch" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 6a71982fc18f -r 3b4e4318134e sozi/receipt --- a/sozi/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sozi/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="A small program that can play animated presentations." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://sozi.baierouge.fr/" TARBALL="$PACKAGE-release-$VERSION.zip" WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e speakup-utils/receipt --- a/speakup-utils/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/speakup-utils/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Tiny utilities for controlling the Speakup screenreader" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="linux-speakup" +LICENSE="GPL2" SOURCE="speakup" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://linux-speakup.org/" WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL" +DEPENDS="linux-speakup" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -18,4 +20,3 @@ install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1 } - diff -r 6a71982fc18f -r 3b4e4318134e speedometer/receipt --- a/speedometer/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/speedometer/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="utilities" SHORT_DESC="Measure and display rate of data across a network connection." MAINTAINER="paul@slitaz.org" -DEPENDS="python python-urwid" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://excess.org/speedometer/" WGET_URL="http://excess.org/speedometer/$TARBALL" +DEPENDS="python python-urwid" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp $src/speedometer.py $fs/usr/bin/speedometer } - diff -r 6a71982fc18f -r 3b4e4318134e speex-dev/receipt --- a/speex-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/speex-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Low bandwith voice codec dev files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.speex.org/" +WANTED="speex" + DEPENDS="speex" -WANTED="speex" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/share/aclocal $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 6a71982fc18f -r 3b4e4318134e speex/receipt --- a/speex/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/speex/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Low bandwith voice codec." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.speex.org/" WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" @@ -24,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 6a71982fc18f -r 3b4e4318134e splint/receipt --- a/splint/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/splint/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes." MAINTAINER="rocky@slitaz.org" -BUILD_DEPENDS="flex" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.src.tgz" WEB_SITE="http://www.splint.org/" WGET_URL="http://www.splint.org/downloads/$TARBALL" +BUILD_DEPENDS="flex" + # Rules to configure and make the package. compile_rules() { @@ -21,6 +23,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e spruz/receipt --- a/spruz/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/spruz/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="All the stuff that isn't good/big enough for a real library." MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/spruz" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,6 +24,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 6a71982fc18f -r 3b4e4318134e sratom/receipt --- a/sratom/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sratom/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://drobilla.net/software/sratom/" WGET_URL="http://download.drobilla.net/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e sshttp/receipt --- a/sshttp/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sshttp/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="hiding a SSH server behind a HTTP server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/stealth/$PACKAGE" WGET_URL="$WEB_SITE/tarball/$PACKAGE-$VERSION" + BUILD_DEPENDS="wget libcap libcap-dev" DEPENDS="libcap gcc-lib-base" diff -r 6a71982fc18f -r 3b4e4318134e sslh/receipt --- a/sslh/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sslh/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Accept both HTTPS and SSH connections on the same port." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rutschle.net/tech/sslh.shtml" WGET_URL="http://www.rutschle.net/tech/$TARBALL" + DEPENDS="libwrap libconfig" BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev" diff -r 6a71982fc18f -r 3b4e4318134e strace/receipt --- a/strace/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/strace/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Trace system calls and signals" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sourceforge.net/projects/strace/" WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/strace/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -17,14 +19,14 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 6a71982fc18f -r 3b4e4318134e sudo-pam/receipt --- a/sudo-pam/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sudo-pam/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority using PAM." MAINTAINER="erjo@slitaz.org" +LICENSE="ISC" SOURCE="sudo" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gratisoft.us/sudo/" @@ -32,11 +33,11 @@ { mkdir -p $fs/usr/lib mkdir -p $fs/etc/pam.d - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc/sudoers $fs/etc/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc/sudoers $fs/etc/ cp -a $stuff/sudo $fs/etc/pam.d/ - cp -a $_pkg/usr/lib/*.so $fs/usr/lib + cp -a $install/usr/lib/*.so $fs/usr/lib } pre_install() diff -r 6a71982fc18f -r 3b4e4318134e sudo/receipt --- a/sudo/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/sudo/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority." MAINTAINER="erjo@slitaz.org" +LICENSE="ISC" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gratisoft.us/sudo/" WGET_URL="http://www.gratisoft.us/sudo/dist/$TARBALL" diff -r 6a71982fc18f -r 3b4e4318134e szip-dev/receipt --- a/szip-dev/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/szip-dev/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Lossless compression of scientific data, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" WEB_SITE="http://www.hdfgroup.org/doc_resource/SZIP" WANTED="szip" diff -r 6a71982fc18f -r 3b4e4318134e szip/receipt --- a/szip/receipt Mon Dec 02 20:19:52 2013 +0000 +++ b/szip/receipt Tue Dec 03 18:28:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Lossless compression of scientific data." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" WEB_SITE="http://www.hdfgroup.org/doc_resource/SZIP" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL"