# HG changeset patch # User Pascal Bellard # Date 1376154038 0 # Node ID 380ffe05937a1c12d830ed571fdec4e9b6b35c16 # Parent 2b9f96603415ada465dd9f6282bb60e3fa398055 Add some GPL2 licenses diff -r 2b9f96603415 -r 380ffe05937a ORBit2-dev/receipt --- a/ORBit2-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ORBit2-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="development" SHORT_DESC="ORBit2 devel files." MAINTAINER="rcx@zoominternet.net" +LICENCE="GPL2" WEB_SITE="http://projects.gnome.org/ORBit2/" +WANTED="ORBit2" + DEPENDS="ORBit2 glib-dev" -WANTED="ORBit2" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/orbit-2.0 - cp -a $_pkg/usr/lib/orbit-2.0/*.*a $fs/usr/lib/orbit-2.0 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/orbit-2.0/*.*a $fs/usr/lib/orbit-2.0 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib mkdir -p $fs/usr/bin - cp -f $_pkg/usr/bin/orbit2-config $fs/usr/bin + cp -f $install/usr/bin/orbit2-config $fs/usr/bin - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/aclocal $fs/usr/share - cp -a $_pkg/usr/share/idl $fs/usr/share + cp -a $install/usr/share/aclocal $fs/usr/share + cp -a $install/usr/share/idl $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a ORBit2/receipt --- a/ORBit2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ORBit2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB)." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/ORBit2/" WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -28,8 +29,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/orbit-2.0 - cp -a $_pkg/usr/lib/orbit-2.0/*.so* $fs/usr/lib/orbit-2.0 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/orbit-2.0/*.so* $fs/usr/lib/orbit-2.0 + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr rm -f $fs/usr/bin/orbit2-config } diff -r 2b9f96603415 -r 380ffe05937a R/receipt --- a/R/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/R/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Free software environment for statistical computing and graphics." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.r-project.org/" WGET_URL="http://cran.cict.fr/src/base/R-2/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a TiMidity++/receipt --- a/TiMidity++/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/TiMidity++/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="TiMidity++ is an open source MIDI to WAVE converter and player." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://timidity.sourceforge.net/" WGET_URL="http://sourceforge.net/projects/timidity/files/latest/download" diff -r 2b9f96603415 -r 380ffe05937a Xdialog/receipt --- a/Xdialog/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/Xdialog/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://xdialog.free.fr/" +WGET_URL="http://xdialog.free.fr/$TARBALL" + DEPENDS="glibc-base glib libgio expat zlib fontconfig freetype gtk+ atk \ cairo pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 gettext gtk+ gtk+-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://xdialog.free.fr/" -WGET_URL="http://xdialog.free.fr/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -27,12 +29,12 @@ --infodir=/usr/share/info \ $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 2b9f96603415 -r 380ffe05937a aiksaurus-dev/receipt --- a/aiksaurus-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aiksaurus-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A cross-platform, open-source thesaurus devel files." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" WANTED="aiksaurus" WEB_SITE="http://aiksaurus.sourceforge.net/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a aiksaurus/receipt --- a/aiksaurus/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aiksaurus/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A cross-platform, open-source thesaurus." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://aiksaurus.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" @@ -25,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $install/usr/share $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a airpwn/receipt --- a/airpwn/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/airpwn/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Airpwn is a tool for generic packet injection on an 802.11 network." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" -BUILD_DEPENDS="pcre-dev libpcap-dev libcrypto-dev openssl-dev lorcon-dev wireless_tools-dev libnet-dev python python-dev autoconf automake" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://airpwn.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" +BUILD_DEPENDS="pcre-dev libpcap-dev libcrypto-dev openssl-dev lorcon-dev wireless_tools-dev libnet-dev python python-dev autoconf automake" + # Rules to configure and make the package. compile_rules() { @@ -32,13 +34,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/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a airstrike/receipt --- a/airstrike/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/airstrike/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Juego batalla aerea." MAINTAINER="arca2@hotmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://icculus.org/airstrike/" WGET_URL="http://offload1.icculus.org:9090/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a alsa-utils/receipt --- a/alsa-utils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/alsa-utils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Alsa sound system utilities et config tools." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a anacron/receipt --- a/anacron/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/anacron/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Periodic command scheduler." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://anacron.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a aqualung/receipt --- a/aqualung/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aqualung/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Aqualung audio player." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://aqualung.factorial.hu/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a ardour/receipt --- a/ardour/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ardour/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,6 +4,7 @@ VERSION="2.8.14" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="A multichannel hard disk recorder and digital audio workstation" WEB_SITE="http://ardour.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -61,8 +62,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/ardour2 $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/ardour2/*so* $fs/usr/lib/ardour2 - cp -a $_pkg/usr/share/ardour2 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/ardour2/*so* $fs/usr/lib/ardour2 + cp -a $install/usr/share/ardour2 $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a aria2/receipt --- a/aria2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aria2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://aria2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a ario/receipt --- a/ario/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ario/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="GTK client for MPD" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ario-player.sourceforge.net/index.php?en" WGET_URL="http://freefr.dl.sourceforge.net/sourceforge/ario-player/$TARBALL" @@ -39,12 +40,12 @@ { mkdir -p $fs/usr/share/locale/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/ario $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/ario $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale # Cleanup rm -f $fs/usr/lib/ario/plugins/*.?a diff -r 2b9f96603415 -r 380ffe05937a asleap/receipt --- a/asleap/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/asleap/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Actively recover LEAP/PPTP passwords." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" DEPENDS="openssl libpcap" BUILD_DEPENDS="openssl-dev libpcap-dev" TARBALL="$PACKAGE-$VERSION.tgz" diff -r 2b9f96603415 -r 380ffe05937a atk-dev/receipt --- a/atk-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/atk-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Accessibility toolkit devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="atk" +LICENSE="GPL2" WANTED="atk" WEB_SITE="http://www.gnome.org/" +DEPENDS="atk" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a atk/receipt --- a/atk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/atk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Accessibility toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" DEPENDS="glib" BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config" TARBALL="$PACKAGE-$VERSION.tar.xz" diff -r 2b9f96603415 -r 380ffe05937a aubio-dev/receipt --- a/aubio-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aubio-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.3.2" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="aubio devel files" WEB_SITE="http://aubio.piem.org/" WANTED="aubio" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a aubio/receipt --- a/aubio/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/aubio/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.3.2" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="A library for audio labelling" WEB_SITE="http://aubio.piem.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -30,8 +31,8 @@ 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 $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*so* $fs/usr/lib/ + cp -a $install/usr/share $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a audiofile-dev/receipt --- a/audiofile-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/audiofile-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats, development files" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.68k.org/~michael/audiofile/" +WANTED="audiofile" + DEPENDS="audiofile" -WANTED="audiofile" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2b9f96603415 -r 380ffe05937a audiofile/receipt --- a/audiofile/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/audiofile/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats" MAINTAINER="allan316@gmail.com" -LICENSE="LGPL" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.68k.org/~michael/audiofile/" WGET_URL="http://audiofile.68k.org/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a audit-dev/receipt --- a/audit-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/audit-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="System call auditing development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://people.redhat.com/sgrubb/audit/" WANTED="audit" @@ -14,6 +15,6 @@ 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 $install/usr/include $fs/usr + cp -a $install/usr/lib/*.a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a audit/receipt --- a/audit/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/audit/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="System call auditing." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://people.redhat.com/sgrubb/audit/" WGET_URL="${WEB_SITE}$TARBALL" @@ -28,9 +29,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/sbin $fs/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/etc $fs/ + cp -a $install/sbin $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/etc $fs/ chown -R root.root $fs/etc } diff -r 2b9f96603415 -r 380ffe05937a autofs/receipt --- a/autofs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/autofs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,13 +6,14 @@ SHORT_DESC="Linux automounter." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -BUILD_DEPENDS="flex libxml2-dev openldap-dev cyrus-sasl-dev openssl-dev krb5-dev" +LICENSE="GPL2" WEB_SITE="http://www.kernel.org/pub/linux/daemons/autofs/v5" WGET_URL="$WEB_SITE/$TARBALL" TAZPANEL_DAEMON="man|help::automount|edit::/etc/auto.misc|options::AUTOMOUNT_OPTIONS|web::$WEB_SITE" TAGS="filesystem" DEPENDS="linux-autofs" +BUILD_DEPENDS="flex libxml2-dev openldap-dev cyrus-sasl-dev openssl-dev krb5-dev" # Rules to configure and make the package. compile_rules() diff -r 2b9f96603415 -r 380ffe05937a avant-window-navigator-dev/receipt --- a/avant-window-navigator-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/avant-window-navigator-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The AWN devel files." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="avant-window-navigator" WEB_SITE="https://launchpad.net/awn/" @@ -12,7 +13,7 @@ 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 2b9f96603415 -r 380ffe05937a avant-window-navigator/receipt --- a/avant-window-navigator/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/avant-window-navigator/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Dock-like bar which sits at the bottom of the screen." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/awn/" WGET_URL="http://launchpad.net/awn/0.4/$VERSION/+download/$TARBALL" @@ -37,11 +38,11 @@ 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/$PACKAGE $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons/hicolor/32x32/apps \ $fs/usr/share/pixmaps # Custom autostart script so we ensure xcompmgr is also started. cat > $fs/usr/bin/awn-autostart << _EOT_ diff -r 2b9f96603415 -r 380ffe05937a avfs-dev/receipt --- a/avfs-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/avfs-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A virtual Filesystem implemented with FUSE, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://avfs.sourceforge.net/" WANTED="avfs" diff -r 2b9f96603415 -r 380ffe05937a avfs/receipt --- a/avfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/avfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A virtual Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://avfs.sourceforge.net/" WGET_URL="$SF_MIRROR/avf/$PACKAGE/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a avidemux/receipt --- a/avidemux/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/avidemux/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="free video editor" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" WEB_SITE="http://fixounet.free.fr/$PACKAGE" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a binutils/receipt --- a/binutils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/binutils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU assembler, linker and binary utilities." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/binutils/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a blktrace/receipt --- a/blktrace/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/blktrace/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Block layer IO tracing." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://brick.kernel.dk/snaps" WGET_URL="$WEB_SITE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a bootchart/receipt --- a/bootchart/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/bootchart/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="boot process performance analyzer (add init=/sbin/bootchartd to boot options)" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.bootchart.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a bygfoot/receipt --- a/bygfoot/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/bygfoot/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="games" SHORT_DESC="Manage your own football (soccer) team in a league season" MAINTAINER="ben@seawolfsanctuary.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-source.zip" WEB_SITE="http://www.bygfoot.com/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" + BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev" DEPENDS="gtk+ glib pango atk freetype acl" @@ -25,14 +27,14 @@ --bindir=/usr/games \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install + make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/ - cp -a $_pkg/usr $fs/ + cp -a $install/usr $fs/ # Copy .desktop file: cp -a $stuff/* $fs/usr diff -r 2b9f96603415 -r 380ffe05937a centerim/receipt --- a/centerim/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/centerim/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Console mode IM" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.centerim.org" WGET_URL="$WEB_SITE/download/releases/$TARBALL" @@ -28,7 +29,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/centerim $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/centerim $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a cgames/receipt --- a/cgames/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cgames/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Games for the Linux Console." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.muppetlabs.com/~breadbox/software/cgames.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.muppetlabs.com/~breadbox/pub/software/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a chemtool/receipt --- a/chemtool/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/chemtool/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Small program for drawing chemical structures." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a cherokee-dev/receipt --- a/cherokee-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cherokee-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="devel files for cherokee" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="cherokee" +LICENSE="GPL2" WEB_SITE="http://www.cherokee-project.com/" WANTED="cherokee" +DEPENDS="cherokee" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a cherokee-doc/receipt --- a/cherokee-doc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cherokee-doc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="misc" SHORT_DESC="Docs for cherokee" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="cherokee" +LICENSE="GPL2" WEB_SITE="http://www.cherokee-project.com/" WANTED="cherokee" +DEPENDS="cherokee" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a cherokee/receipt --- a/cherokee/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cherokee/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A very fast, fiexible and easy to configure Web Server." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cherokee-project.com/" WGET_URL="http://www.cherokee-project.com/download/1.2/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a clex/receipt --- a/clex/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/clex/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Text mode file manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.clex.sk/" WGET_URL="http://www.clex.sk/download/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a cmus/receipt --- a/cmus/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cmus/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Cmus is a small, fast and powerful console music player." MAINTAINER="claudinei@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://cmus.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a comical/receipt --- a/comical/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/comical/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Comic book reader" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://comical.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a compiz-ccsm/receipt --- a/compiz-ccsm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-ccsm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Compiz Config Settings Manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" @@ -26,10 +27,10 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/ccsm $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/ccsm $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share cd $fs/usr/share mkdir pixmaps ln -s icons/hicolor/32x32/apps/ccsm.png pixmaps/ccsm.png diff -r 2b9f96603415 -r 380ffe05937a compiz-compizconfig-python/receipt --- a/compiz-compizconfig-python/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-compizconfig-python/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Compiz Config Python module." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.compiz.org/" +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" + DEPENDS="python pygtk compiz-core compiz-libcompizconfig" BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \ compiz-libcompizconfig-dev python-cython \ libxslt-dev glibmm-dev startup-notification-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 2b9f96603415 -r 380ffe05937a compiz-libcompizconfig-dev/receipt --- a/compiz-libcompizconfig-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-libcompizconfig-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Compiz libcompizconfig devel files." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="compiz-libcompizconfig" WEB_SITE="http://www.compiz.org/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/share/cmake* $fs/usr/share - cp -a $_pkg/usr/share/compiz $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/cmake* $fs/usr/share + cp -a $install/usr/share/compiz $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a compiz-libcompizconfig/receipt --- a/compiz-libcompizconfig/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-libcompizconfig/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Compiz configuration library." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a compiz-plugins-main-dev/receipt --- a/compiz-plugins-main-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-plugins-main-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Compiz plugins-main devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="compiz-plugins-main" WEB_SITE="http://www.compiz.org/" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a compiz-plugins-main/receipt --- a/compiz-plugins-main/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/compiz-plugins-main/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Compiz main plugins." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a cowpatty/receipt --- a/cowpatty/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cowpatty/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,27 +5,29 @@ CATEGORY="network" SHORT_DESC="Wireless WPA/WPA2 PSK handshake cracking utility." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="openssl libpcap" -BUILD_DEPENDS="openssl-dev libpcap-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.willhackforsushi.com/?page_id=50" WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" +DEPENDS="openssl libpcap" +BUILD_DEPENDS="openssl-dev libpcap-dev" + # Rules to configure and make the package. compile_rules() { cd $src make || return 1 make strip || return 1 - make BINDIR="/usr/bin" DESTDIR="$PWD/_pkg/" install - install -D -m644 dict $PWD/_pkg/usr/share/cowpatty/dict + make BINDIR="/usr/bin" DESTDIR="$DESTDIR" install + install -D -m644 dict $DESTDIR/usr/share/cowpatty/dict } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/cowpatty $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/cowpatty $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a cssed/receipt --- a/cssed/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/cssed/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="CSS editor for web developers" MAINTAINER="claudinei@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://cssed.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a curlftpfs/receipt --- a/curlftpfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/curlftpfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Using FUSE to access FTP servers." MAINTAINER="erjo@slitaz.org" -DEPENDS="fuse curl glib zlib" -BUILD_DEPENDS="fuse fuse-dev curl curl-dev glib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://curlftpfs.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/curlftpfs/$TARBALL" +DEPENDS="fuse curl glib zlib" +BUILD_DEPENDS="fuse fuse-dev curl curl-dev glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $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 2b9f96603415 -r 380ffe05937a dansguardian/receipt --- a/dansguardian/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dansguardian/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Web content filter" MAINTAINER="erjo@slitaz.org" -BUILD_DEPENDS="pcre-dev" -DEPENDS="squid" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dansguardian.org/" WGET_URL="http://dansguardian.org/downloads/2/Stable/$TARBALL" SUGGESTED="clamav" +BUILD_DEPENDS="pcre-dev" +DEPENDS="squid" + # Rules to configure and make the package. compile_rules() { @@ -31,10 +33,10 @@ genpkg_rules() { mkdir -p $fs/usr/sbin $fs/usr/share - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/share/${PACKAGE} $fs/usr/share - cp -a $_pkg/var $fs/ - cp -a $_pkg/etc $fs/ + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share/${PACKAGE} $fs/usr/share + cp -a $install/var $fs/ + cp -a $install/etc $fs/ } post_install() diff -r 2b9f96603415 -r 380ffe05937a depmod/receipt --- a/depmod/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/depmod/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="base-system" SHORT_DESC="Kernel modules dependancy tool." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="glibc-base gcc-lib-base zlib lzlib" +LICENSE="GPL2" WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" WANTED="module-init-tools" +DEPENDS="glibc-base gcc-lib-base zlib lzlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/sbin - cp $_pkg/sbin/depmod $fs/sbin + cp $install/sbin/depmod $fs/sbin } # Overlap busybox diff -r 2b9f96603415 -r 380ffe05937a desktop-file-utils-extra/receipt --- a/desktop-file-utils-extra/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/desktop-file-utils-extra/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,14 +4,16 @@ VERSION="0.21" CATEGORY="x-window" SHORT_DESC="Extra desktop file utils (install and validate)." -DEPENDS="glib" WANTED="desktop-file-utils" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils" +DEPENDS="glib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/desktop-file-* $fs/usr/bin + cp -a $install/usr/bin/desktop-file-* $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a desktop-file-utils/receipt --- a/desktop-file-utils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/desktop-file-utils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,13 +4,15 @@ VERSION="0.21" CATEGORY="x-window" SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)." -DEPENDS="glib" -BUILD_DEPENDS="pkg-config glib-dev" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils" WGET_URL="http://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" +DEPENDS="glib" +BUILD_DEPENDS="pkg-config glib-dev" + # Rules to configure and make the package. compile_rules() { @@ -18,12 +20,12 @@ ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp $_pkg/usr/bin/update-desktop-database $fs/usr/bin + cp $install/usr/bin/update-desktop-database $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a dia/receipt --- a/dia/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dia/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="GTK+ based diagram creation program." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/dia/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -35,16 +36,16 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share/locale - cp -a $_pkg/usr/lib/dia $fs/usr/lib - cp -a $_pkg/usr/share/dia $fs/usr/share - cp -a $_pkg/usr/share/oaf $fs/usr/share - #cp -a $_pkg/usr/share/omf $fs/usr/share - cp -a $_pkg/usr/share/locale/de $fs/usr/share/locale - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - #cp -a $_pkg/usr/share/help $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/mime-info $fs/usr/share - cp -a $_pkg/usr/share/icons/hicolor/16x16/apps/dia.png $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/dia $fs/usr/lib + cp -a $install/usr/share/dia $fs/usr/share + cp -a $install/usr/share/oaf $fs/usr/share + #cp -a $install/usr/share/omf $fs/usr/share + cp -a $install/usr/share/locale/de $fs/usr/share/locale + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + #cp -a $install/usr/share/help $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/mime-info $fs/usr/share + cp -a $install/usr/share/icons/hicolor/16x16/apps/dia.png $fs/usr/share/pixmaps + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a distcc/receipt --- a/distcc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/distcc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Distributed compilation for C/C++" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://distcc.org" WGET_URL="http://distcc.googlecode.com/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a distccmon-gui/receipt --- a/distccmon-gui/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/distccmon-gui/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Distcc monitor GUI." WANTED="distcc" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/distcc/" DEPENDS="gtk+ distcc" diff -r 2b9f96603415 -r 380ffe05937a djvulibre-dev/receipt --- a/djvulibre-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/djvulibre-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A web-centric format and software platform for distributing documents and images, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://djvu.sourceforge.net/" WANTED="djvulibre" diff -r 2b9f96603415 -r 380ffe05937a djvulibre/receipt --- a/djvulibre/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/djvulibre/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="A web-centric format and software platform for distributing documents and images." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://djvu.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/djvu/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a dmsetup/receipt --- a/dmsetup/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dmsetup/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Linux device mapper setup tool." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL2" WEB_SITE="http://sourceware.org/dm/" +WANTED="lvm2" + DEPENDS="libdevmapper" -WANTED="lvm2" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin - cp $_pkg/usr/sbin/dmsetup $fs/usr/sbin + cp $install/usr/sbin/dmsetup $fs/usr/sbin } diff -r 2b9f96603415 -r 380ffe05937a dnsmasq/receipt --- a/dnsmasq/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dnsmasq/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Lightweight, DNS forwarder and DHCP server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.thekelleys.org.uk/dnsmasq/doc.html" WGET_URL="http://www.thekelleys.org.uk/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a dosbox/receipt --- a/dosbox/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dosbox/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,14 +4,16 @@ VERSION="0.74" CATEGORY="system-tools" SHORT_DESC="DOS-emulator that uses the SDL-library." -DEPENDS="xorg-libX11 libsdl alsa-lib zlib mesa libpng libsdl-net" -BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev " MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.dosbox.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="emulator dos" +DEPENDS="xorg-libX11 libsdl alsa-lib zlib mesa libpng libsdl-net" +BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev " + # Rules to configure and make the package. compile_rules() { @@ -22,7 +24,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. @@ -30,6 +32,6 @@ { mkdir -p $fs/usr/share/pixmaps \ $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a dvdauthor/receipt --- a/dvdauthor/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/dvdauthor/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="A simple set of tools to help you author a DVD." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://dvdauthor.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread" BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \ libpng-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://dvdauthor.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -21,14 +23,14 @@ --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/share - 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 } diff -r 2b9f96603415 -r 380ffe05937a easytag/receipt --- a/easytag/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/easytag/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Utility for viewing and editing tags on sound files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://easytag.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -22,14 +23,14 @@ --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/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a eboard/receipt --- a/eboard/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/eboard/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="games" SHORT_DESC="Chess board interface." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.bergo.eng.fr/eboard/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +SUGGESTED="gnuchess" +TAGS="chess" + DEPENDS="gtk+ gcc-lib-base" BUILD_DEPENDS="gtk+-dev perl zlib-dev" -SUGGESTED="gnuchess" -TAGS="chess" # Rules to configure and make the package. compile_rules() @@ -24,15 +26,15 @@ --extra-libs=dl \ $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/share/pixmaps - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr cp $src/r18.xpm $fs/usr/share/pixmaps/eboard.xpm } diff -r 2b9f96603415 -r 380ffe05937a ekiga/receipt --- a/ekiga/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ekiga/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="SIP and H.323 compatible VoIP telephony and video conferencing." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.ekiga.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -29,18 +30,18 @@ --disable-ldap \ $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/sounds $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/sounds $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a elfutils-dev/receipt --- a/elfutils-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/elfutils-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="ELF object file access library, development files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="elfutils" +LICENSE="GPL2" WEB_SITE="https://fedorahosted.org/elfutils/" WANTED="elfutils" HOST_ARCH="i486 arm" +DEPENDS="elfutils" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a elfutils/receipt --- a/elfutils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/elfutils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="ELF object file access library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://fedorahosted.org/elfutils/" WGET_URL="https://fedorahosted.org/releases/e/l/$PACKAGE/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a emerald/receipt --- a/emerald/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/emerald/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Window decorator for Compiz." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org" WGET_URL="http://cgit.compiz.org/fusion/decorators/emerald/snapshot/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a epdfview-cups/receipt --- a/epdfview-cups/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/epdfview-cups/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Lightweight PDF document viewer using Poppler and Cups." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="epdfview" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://trac.emma-soft.com/epdfview/" diff -r 2b9f96603415 -r 380ffe05937a epdfview/receipt --- a/epdfview/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/epdfview/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Lightweight PDF document viewer using Poppler." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://trac.emma-soft.com/epdfview/" WGET_URL="http://trac.emma-soft.com/epdfview/chrome/site/releases/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a ethtool/receipt --- a/ethtool/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ethtool/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Display or change ethernet card settings." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.kernel.org/pub/software/network/ethtool/" WGET_URL="$WEB_SITE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a exo-tools/receipt --- a/exo-tools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/exo-tools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Xfce extension tools" MAINTAINER="erjo@slitaz.org" -DEPENDS="libexo libxfce4ui" +LICENSE="GPL2" WANTED="exo" SUGGESTED="perl-uri" WEB_SITE="http://www.xfce.org" +DEPENDS="libexo libxfce4ui" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a exo/receipt --- a/exo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/exo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Xfce Exo library and tools" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a exosip-dev/receipt --- a/exosip-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/exosip-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="extended SIP development library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://savannah.nongnu.org/projects/exosip/" WANTED="exosip" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr rm -rf $fs/usr/lib/*.so* } diff -r 2b9f96603415 -r 380ffe05937a exosip/receipt --- a/exosip/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/exosip/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="extended SIP library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="libeXosip2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/exosip/" @@ -26,6 +27,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 2b9f96603415 -r 380ffe05937a extrema/receipt --- a/extrema/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/extrema/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Powerful visualization and data analysis tool." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://exsitewebware.com/extrema/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -31,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/extrema $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/extrema $fs/usr/share + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a fastjar/receipt --- a/fastjar/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fastjar/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="A fast C implementation of the JDK jar utility." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base zlib" -BUILD_DEPENDS="slitaz-toolchain zlib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/fastjar/" WGET_URL="http://download.savannah.gnu.org/releases-noredirect/fastjar/$TARBALL" TAGS="java" +DEPENDS="glibc-base zlib" +BUILD_DEPENDS="slitaz-toolchain zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --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 - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a filezilla/receipt --- a/filezilla/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/filezilla/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="FTP Client" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" SOURCE="FileZilla" TARBALL="${SOURCE}_${VERSION}_src.tar.bz2" WEB_SITE="http://filezilla-project.org/" @@ -32,8 +33,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/filezilla $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/filezilla $fs/usr/share rm -rf $fs/usr/share/fileszilla/docs } diff -r 2b9f96603415 -r 380ffe05937a freeciv/receipt --- a/freeciv/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/freeciv/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Empire-building strategy game." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a fsarchiver/receipt --- a/fsarchiver/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fsarchiver/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.6.12" CATEGORY="utilities" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="A safe and flexible file-system backup and deployment tool" WEB_SITE="http://www.fsarchiver.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -27,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a fsthost/receipt --- a/fsthost/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fsthost/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="multimedia" SHORT_DESC="FSTHost is VST host for Jack with GTK interface" MAINTAINER="xj@wp.pl" +LICENSE="GPL2" WEB_SITE="http://fsthost.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz" + DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit" BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev" diff -r 2b9f96603415 -r 380ffe05937a fuse-dev/receipt --- a/fuse-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fuse-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Fuse Filsystem devel files" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://fuse.sourceforge.net/" +WANTED="fuse" + DEPENDS="fuse" -WANTED="fuse" # 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/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a fuse/receipt --- a/fuse/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fuse/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Fuse Filsystem in user space." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fuse.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -25,9 +26,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/dev $fs - cp -a $_pkg/sbin $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/dev $fs + cp -a $install/sbin $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a fuseiso/receipt --- a/fuseiso/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fuseiso/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Using FUSE to mount ISO filesystem" MAINTAINER="erjo@slitaz.org" -DEPENDS="fuse glib zlib" -BUILD_DEPENDS="fuse fuse-dev glib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://fuse.sourceforge.net/wiki/index.php/FuseIso" WGET_URL="http://ubiz.ru/dm/$TARBALL" +DEPENDS="fuse glib zlib" +BUILD_DEPENDS="fuse fuse-dev glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $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 2b9f96603415 -r 380ffe05937a fxload/receipt --- a/fxload/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/fxload/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utility to load xorcom astribank channel bank." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" EXTRA_SOURCE_FILES="$PACKAGE" WEB_SITE="http://www.xorcom.com/" diff -r 2b9f96603415 -r 380ffe05937a galculator/receipt --- a/galculator/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/galculator/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Graphical scientific calculator." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://galculator.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gambas2/receipt --- a/gambas2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gambas2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Free development environment based on a Basic interpreter" MAINTAINER="pankso@slitaz.org" -DEPENDS="poppler util-linux-uuid" -BUILD_DEPENDS="poppler-dev util-linux-uuid-dev lcms-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gambas.sourceforge.net/" WGET_URL="$SF_MIRROR/gambas/$TARBALL" TAGS="interpreter basic" +DEPENDS="poppler util-linux-uuid" +BUILD_DEPENDS="poppler-dev util-linux-uuid-dev lcms-dev" + # Rules to configure and make the package. compile_rules() { @@ -29,7 +31,7 @@ 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 2b9f96603415 -r 380ffe05937a gcc+gcj/receipt --- a/gcc+gcj/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gcc+gcj/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="The GNU Compiler Collection, including the gcj Compiler for Java." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://gcc.gnu.org/java/" WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gcc-lib-base/receipt --- a/gcc-lib-base/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gcc-lib-base/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="gcc" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a gcc/receipt --- a/gcc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gcc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The the GNU Compiler Collection." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gcc.gnu.org/" WGET_URL="ftp://gcc.gnu.org/pub/gcc/releases/gcc-$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gcc3/receipt --- a/gcc3/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gcc3/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The the GNU Compiler Collection." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="gcc" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://gcc.gnu.org/" diff -r 2b9f96603415 -r 380ffe05937a gcolor2/receipt --- a/gcolor2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gcolor2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="Light and simple color selector." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev perl-xml-parser" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gcolor2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev perl-xml-parser" + # Rules to configure and make the package. compile_rules() { @@ -18,7 +20,7 @@ ./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. @@ -26,9 +28,9 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/gcolor2.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/share $fs/usr cd $fs/usr/share/pixmaps ln -s gcolor2/icon.png gcolor2.png } diff -r 2b9f96603415 -r 380ffe05937a gdb-dev/receipt --- a/gdb-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gdb-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The GNU Project Debugger dev files." MAINTAINER="erjo@slitaz.org" +LICENCE="GPL2" DEPENDS="gdb" WANTED="gdb" WEB_SITE="http://www.gnu.org/software/gdb/" @@ -27,8 +28,8 @@ # Do not copy static libs, as they are all part of binutils # binutils includes libbdf.*a, libiberty.a, and libopcodes.*a # Copying static libs if exists - #if ( find $_pkg/usr/lib -name "*.*a" > /dev/null ); then + #if ( find $install/usr/lib -name "*.*a" > /dev/null ); then # test -d $fs/usr/lib || mkdir -p $fs/usr/lib - # cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + # cp -a $install/usr/lib/*.*a $fs/usr/lib #fi } diff -r 2b9f96603415 -r 380ffe05937a gdb-python/receipt --- a/gdb-python/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gdb-python/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="The GNU Project Debugger with Python support." MAINTAINER="erjo@slitaz.org" -DEPENDS="ncurses expat glibc-dev python" -BUILD_DEPENDS="ncurses-dev python-dev" +LICENSE="GPL2" SOURCE="gdb" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gdb/" WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" PROVIDE="gdb" +DEPENDS="ncurses expat glibc-dev python" +BUILD_DEPENDS="ncurses-dev python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a gdb/receipt --- a/gdb/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gdb/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="The GNU Project Debugger." MAINTAINER="erjo@slitaz.org" -DEPENDS="ncurses expat glibc-dev" -BUILD_DEPENDS="ncurses-dev readline-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gdb/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="ncurses expat glibc-dev" +BUILD_DEPENDS="ncurses-dev readline-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a gdk-pixbuf-dev/receipt --- a/gdk-pixbuf-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gdk-pixbuf-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="devel files for gdk-pixbuf" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="gdk-pixbuf glib-dev libpng-dev jpeg-dev" +LICENSE="GPL2" WEB_SITE="http://www.gtk.org/" WANTED="gdk-pixbuf" +DEPENDS="gdk-pixbuf glib-dev libpng-dev jpeg-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gdk-pixbuf/receipt --- a/gdk-pixbuf/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gdk-pixbuf/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="An image loading library for gtk2" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gtk.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gecko-mediaplayer/receipt --- a/gecko-mediaplayer/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gecko-mediaplayer/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Browser plugin that uses gnome-mplayer to play media in a web browser" MAINTAINER="jozee@slitaz.org" -DEPENDS="gnome-mplayer dbus-glib gcc-lib-base" -BUILD_DEPENDS="firefox-dev dbus-dev dbus-glib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/gecko-mediaplayer/" WGET_URL="http://gecko-mediaplayer.googlecode.com/files/$TARBALL" TAGS="player audio video browser" + +DEPENDS="gnome-mplayer dbus-glib gcc-lib-base" +BUILD_DEPENDS="firefox-dev dbus-dev dbus-glib-dev" # Rules to configure and make the package. compile_rules() @@ -26,7 +28,7 @@ --without-gconf \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTIDR install } @@ -34,7 +36,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/mozilla $fs/usr/lib + cp -a $install/usr/lib/mozilla $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a gejengel/receipt --- a/gejengel/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gejengel/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A simple, light and clean audio player." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/gejengel/" WGET_URL="http://gejengel.googlecode.com/files/$TARBALL" @@ -30,5 +31,5 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a gf2x-dev/receipt --- a/gf2x-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gf2x-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for gf2x" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="https://gforge.inria.fr/projects/gf2x/" WANTED="gf2x" @@ -12,6 +13,6 @@ 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 $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a gf2x/receipt --- a/gf2x/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gf2x/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="https://gforge.inria.fr/projects/gf2x/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://gforge.inria.fr/frs/download.php/30873/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gfortran/receipt --- a/gfortran/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gfortran/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GCC fortran extension." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pascal.bellard@slitaz.org" +LICENCE="GPL2" DEPENDS="gcc libgfortran" WANTED="gcc" TAGS="compiler fortran" diff -r 2b9f96603415 -r 380ffe05937a ggseq/receipt --- a/ggseq/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ggseq/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Gungirl Sequencer is an easy to use Audiosequencer." MAINTAINER="pankso@slitaz.org" -DEPENDS="wxWidgets libsndfile libsamplerate" -BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ggseq.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="wxWidgets libsndfile libsamplerate" +BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,13 +23,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 2b9f96603415 -r 380ffe05937a ghex/receipt --- a/ghex/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ghex/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GHex is a simple binary editor." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="GPL2" WEB_SITE="http://directory.fsf.org/wiki/Ghex" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gimp-plugin-ufraw/receipt --- a/gimp-plugin-ufraw/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gimp-plugin-ufraw/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="graphics" SHORT_DESC="Add raw files support to GIMP with UFRaw." MAINTAINER="pankso@slitaz.org" -DEPENDS="gimp" +LICENSE="GPL2" SUGGESTED="ufraw-locales" WANTED="ufraw" WEB_SITE="http://ufraw.sourceforge.net/" +DEPENDS="gimp" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a glib-dev/receipt --- a/glib-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glib-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="C routines devel files and utilities (with Python codegen)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="glib" WEB_SITE="http://www.gtk.org/" diff -r 2b9f96603415 -r 380ffe05937a glib/receipt --- a/glib/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glib/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="C routines." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gtk.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a glibc-base/receipt --- a/glibc-base/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glibc-base/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GNU libc minimal libraries and UTF-8 support for SliTaz." WEB_SITE="http://www.gnu.org/software/libc/" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="glibc" HOST_ARCH="i486 arm x86_64" diff -r 2b9f96603415 -r 380ffe05937a glibc-dev/receipt --- a/glibc-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glibc-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="The GNU C libraries devel files (Part of SliTaz toolchain)." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENSE="GPL2" WANTED="glibc" WEB_SITE="http://www.gnu.org/software/libc/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. # # This package is part of the toolchain. We use list to mkdir and cp files. diff -r 2b9f96603415 -r 380ffe05937a glibc-extra-samba/receipt --- a/glibc-extra-samba/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glibc-extra-samba/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -7,6 +7,7 @@ WEB_SITE="http://gcc.gnu.org/" WANTED="glibc" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" # Rules to gen a SliTaz package suitable for Tazpkg. # diff -r 2b9f96603415 -r 380ffe05937a glibc-locale/receipt --- a/glibc-locale/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glibc-locale/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="system-tools" SHORT_DESC="The GNU C libraries locale files and utilities (see also locale-*)." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base glibc-extra-samba" +LICENSE="GPL2" WANTED="glibc" WEB_SITE="http://www.gnu.org/software/libc/" +DEPENDS="glibc-base glibc-extra-samba" + LOCALE_PACK="cs de es fr hu id it pt ru sl zh_CN zh_TW" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a glibc/receipt --- a/glibc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/glibc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="The GNU C libraries. This package is used to compile the libc." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/libc/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnaughty/receipt --- a/gnaughty/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnaughty/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="utilities" SHORT_DESC="Gnaughty is an utility to automatically download adult sex content." MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gnaughty.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + BUILD_DEPENDS="curl-dev gtk+-dev glib-dev pcre-dev libglade-dev GConf-dev" DEPENDS="curl gtk+ glib libpcre libglade GConf" diff -r 2b9f96603415 -r 380ffe05937a gnome-commander-i18n/receipt --- a/gnome-commander-i18n/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-commander-i18n/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="utilities" SHORT_DESC="Language files for Gnome Commander" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="gnome-commander" +LICENCE="GPL2" WEB_SITE="http://www.nongnu.org/gcmd/" WANTED="gnome-commander" +DEPENDS="gnome-commander" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gnome-commander/receipt --- a/gnome-commander/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-commander/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A full featured, twin-panel file manager for Gnome2" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.nongnu.org/gcmd/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnome-desktop-dev/receipt --- a/gnome-desktop-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-desktop-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="GNOME Desktop development files" MAINTAINER="erjo@slitaz.org" -DEPENDS="gnome-desktop" +LICENSE="GPL2" WANTED="gnome-desktop" WEB_SITE="http://www.gnome.org" +DEPENDS="gnome-desktop" + # 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/*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 2b9f96603415 -r 380ffe05937a gnome-desktop/receipt --- a/gnome-desktop/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-desktop/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GNOME Desktop" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnome-games-glchess/receipt --- a/gnome-games-glchess/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-games-glchess/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="games" SHORT_DESC="Chess game using GL/Mesa." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" WANTED="gnome-games" +TAGS="chess" + DEPENDS="mesa python gnuchess gnome-games-icons" -TAGS="chess" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2b9f96603415 -r 380ffe05937a gnome-games-icons/receipt --- a/gnome-games-icons/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-games-icons/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="games" SHORT_DESC="Gnome games icons set." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" WANTED="gnome-games" + DEPENDS="gnome-games" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a gnome-games-sudoku/receipt --- a/gnome-games-sudoku/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-games-sudoku/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="games" SHORT_DESC="Gnome sudoku game." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" WANTED="gnome-games" + DEPENDS="python pygtk python-gconf gnome-games-icons" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a gnome-games/receipt --- a/gnome-games/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-games/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A set of of simple games from Gnome." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnome-keyring-dev/receipt --- a/gnome-keyring-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-keyring-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="Gnome keyring devel files" MAINTAINER="pankso@slitaz.org" -DEPENDS="gnome-keyring" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org" WANTED="gnome-keyring" +DEPENDS="gnome-keyring" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/$WANTED - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/$WANTED/devel $fs/usr/lib/$WANTED - cp -a $_pkg/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/$WANTED/devel $fs/usr/lib/$WANTED + cp -a $install/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED + cp -a $install/usr/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a gnome-keyring/receipt --- a/gnome-keyring/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-keyring/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="A program that keep password and other secrets for users." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnome-menus-dev/receipt --- a/gnome-menus-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-menus-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="development" SHORT_DESC="GNOME menu used by e17." MAINTAINER="pankso@slitaz.org" -DEPENDS="python-dev" +LICENSE="GPL2" WANTED="gnome-menus" WEB_SITE="http://www.gnome.org/" +DEPENDS="python-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/$PYTHON_LIB/site-packages/*.*a \ + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/$PYTHON_LIB/site-packages/*.*a \ $fs/usr/lib/$PYTHON_LIB/site-packages - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a gnome-menus/receipt --- a/gnome-menus/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-menus/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GNOME menu libs and tools (without desktop files)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/GNOME/desktop/${VERSION%.*}/$VERSION/sources/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gnome-mplayer/receipt --- a/gnome-mplayer/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-mplayer/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="simple MPlayer GUI" MAINTAINER="jozee@slitaz.org" -DEPENDS="mplayer gtk+ dbus-glib libnotify alsa-lib libgpod" -BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev pkg-config xorg-libX11-dev libxcb-dev gtk+-dev xorg-libXss-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gnome-mplayer.googlecode.com/" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="player audio video movie mp3 ogg dvd" +DEPENDS="mplayer gtk+ dbus-glib libnotify alsa-lib libgpod" +BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev pkg-config xorg-libX11-dev libxcb-dev gtk+-dev xorg-libXss-dev" + # Rules to configure and make the package. compile_rules() { @@ -32,8 +34,8 @@ genpkg_rules() { mkdir -p $fs/usr/share/icons/hicolor $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/glib-2.0 $fs/usr/share - cp -a $_pkg/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor - sed -i 's|Exec=gnome-mplayer|Exec=gnome-mplayer %F|' $_pkg/usr/share/applications/$PACKAGE.desktop + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/glib-2.0 $fs/usr/share + cp -a $install/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor + sed -i 's|Exec=gnome-mplayer|Exec=gnome-mplayer %F|' $install/usr/share/applications/$PACKAGE.desktop } diff -r 2b9f96603415 -r 380ffe05937a gnome-vfs-dev/receipt --- a/gnome-vfs-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-vfs-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="development" SHORT_DESC="The GNOME Virtual File System libraries dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="gnome-vfs" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org" WANTED="gnome-vfs" +DEPENDS="gnome-vfs" + # 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/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/gnome-vfs-2.0 $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/gnome-vfs-2.0 $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib # Clean unwated files cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; diff -r 2b9f96603415 -r 380ffe05937a gnome-vfs-i18n/receipt --- a/gnome-vfs-i18n/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-vfs-i18n/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Language files for the GNOME Virtual File System libraries" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="gnome-vfs" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org" WANTED="gnome-vfs" +DEPENDS="gnome-vfs" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gnome-vfs-monikers-dev/receipt --- a/gnome-vfs-monikers-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-vfs-monikers-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="GNOME Bonobo monikers dev files " MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.gnome.org" +WANTED="gnome-vfs-monikers" + DEPENDS="gnome-vfs libbonobo" BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev" -WEB_SITE="http://www.gnome.org" -WANTED="gnome-vfs-monikers" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr # Clean unwated files cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; diff -r 2b9f96603415 -r 380ffe05937a gnome-vfs-monikers/receipt --- a/gnome-vfs-monikers/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-vfs-monikers/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="GNOME Bonobo monikers " MAINTAINER="erjo@slitaz.org" -DEPENDS="gnome-vfs libbonobo" -BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="gnome-vfs libbonobo" +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev" + # Rules to configure and make the package. compile_rules() { @@ -30,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr # Clean unwated files cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; diff -r 2b9f96603415 -r 380ffe05937a gnome-vfs/receipt --- a/gnome-vfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gnome-vfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The GNOME Virtual File System libraries" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gob2-dev/receipt --- a/gob2-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gob2-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,6 +4,7 @@ VERSION="2.0.17" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="gob2 devel library." WANTED="gob2" WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/aclocal* $fs/usr/share + cp -a $install/usr/share/aclocal* $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a gob2/receipt --- a/gob2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gob2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,14 +4,16 @@ VERSION="2.0.17" CATEGORY="x-window" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" -DEPENDS="glib" -BUILD_DEPENDS="flex glib-dev" WEB_SITE="http://www.5z.com/jirka/gob.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" TAGS="" +DEPENDS="glib" +BUILD_DEPENDS="flex glib-dev" + # 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 2b9f96603415 -r 380ffe05937a gobby/receipt --- a/gobby/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gobby/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Network collaborative editor." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gobby.0x539.de/trac/" WGET_URL="http://releases.0x539.de/gobby/$TARBALL" @@ -24,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/* \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons/hicolor/48x48/apps/* \ $fs/usr/share/pixmaps } diff -r 2b9f96603415 -r 380ffe05937a goocanvas-dev/receipt --- a/goocanvas-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/goocanvas-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for goocanvas" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="goocanvas gtk+-dev" +LICENSE="GPL2" WEB_SITE="http://live.gnome.org/GooCanvas" WANTED="goocanvas" +DEPENDS="goocanvas gtk+-dev" + # 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 $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a goocanvas/receipt --- a/goocanvas/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/goocanvas/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="A cairo canvas widget for GTK+" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/GooCanvas" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.0/$TARBALL" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-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/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a gparted/receipt --- a/gparted/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gparted/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GTK partition editor." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SUGGESTED="e2fsprogs dosfstools mtools ntfs-3g ntfsprogs jfsutils xfsprogs \ reiserfsprogs reiser4progs" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 2b9f96603415 -r 380ffe05937a gpgme-dev/receipt --- a/gpgme-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpgme-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="security" SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" -DEPENDS="gpgme libassuan-dev libgpg-error-dev" +LICENSE="GPL2" WEB_SITE="http://www.gnupg.org/gpgme.html" WANTED="gpgme" +DEPENDS="gpgme libassuan-dev libgpg-error-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/aclocal $fs/usr/share + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a gpgme/receipt --- a/gpgme/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpgme/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/gpgme.html" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL" @@ -25,6 +26,6 @@ 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 2b9f96603415 -r 380ffe05937a gpicview/receipt --- a/gpicview/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpicview/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="graphics" SHORT_DESC="Light pictures viewer." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://lxde.sourceforge.net/gpicview/" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" + DEPENDS="glibc-base expat glib libgio zlib fontconfig freetype \ gtk+ atk cairo pango pixman jpeg libpng libxcb xcb-util \ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" BUILD_DEPENDS="gtk+-dev xorg-dev intltool" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://lxde.sourceforge.net/gpicview/" -WGET_URL="$SF_MIRROR/lxde/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -23,14 +25,14 @@ --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/share - 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 } diff -r 2b9f96603415 -r 380ffe05937a gpm-dev/receipt --- a/gpm-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpm-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Mouse server for console, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.nico.schottelius.org/software/gpm/" WANTED="gpm" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a gpm-extra/receipt --- a/gpm-extra/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpm-extra/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Mouse server for console, extra files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.nico.schottelius.org/software/gpm/" WANTED="gpm" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a gpm/receipt --- a/gpm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gpm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Mouse server for console." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.nico.schottelius.org/software/gpm/" WGET_URL="http://www.nico.schottelius.org/software/gpm/archives/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a graveman/receipt --- a/graveman/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/graveman/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Frontend for cd-burning tools" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://graveman.tuxfamily.org" WGET_URL="$WEB_SITE/sources/$TARBALL" @@ -26,10 +27,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/graveman $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/graveman $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale } diff -r 2b9f96603415 -r 380ffe05937a grsync/receipt --- a/grsync/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/grsync/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="GTK+ intuitive interface to rsync." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.opbyte.it/grsync/" WGET_URL="http://www.opbyte.it/release/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gst-ffmpeg/receipt --- a/gst-ffmpeg/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gst-ffmpeg/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer FFmpeg Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" @@ -33,5 +34,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES } diff -r 2b9f96603415 -r 380ffe05937a gst-plugins-bad-dev/receipt --- a/gst-plugins-bad-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gst-plugins-bad-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -7,6 +7,7 @@ CATEGORY="development" SHORT_DESC="gst-plugins-bad devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="gst-plugins-bad" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 2b9f96603415 -r 380ffe05937a gst-plugins-bad/receipt --- a/gst-plugins-bad/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gst-plugins-bad/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer Bad Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SUGGESTED="libsdl schroedinger" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 2b9f96603415 -r 380ffe05937a gst-plugins-base-dev/receipt --- a/gst-plugins-base-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gst-plugins-base-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="gst-plugins-base devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="gst-plugins-base" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 2b9f96603415 -r 380ffe05937a gst-plugins-base/receipt --- a/gst-plugins-base/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gst-plugins-base/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer Base Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gsynaptics/receipt --- a/gsynaptics/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gsynaptics/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Synaptics TouchPad driver for XOrg/XFree86 (Deprecated)" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://sourceforge.jp/projects/gsynaptics/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2F$PACKAGE%2F38463%2F$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gtk+-demo/receipt --- a/gtk+-demo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtk+-demo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="The GIMP Toolkit example code and demo." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" +LICENSE="GPL2" WANTED="gtk+" WEB_SITE="http://www.gtk.org/" +DEPENDS="gtk+" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gtk+-dev/receipt --- a/gtk+-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtk+-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="The GIMP Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="cairo-dev glib-dev pango-dev atk-dev tiff-dev pkg-config libpng-dev jpeg-dev libgio-dev gtk+ gdk-pixbuf-dev libxml2-dev" +LICENSE="GPL2" WANTED="gtk+" WEB_SITE="http://www.gtk.org/" +DEPENDS="cairo-dev glib-dev pango-dev atk-dev tiff-dev pkg-config libpng-dev jpeg-dev libgio-dev gtk+ gdk-pixbuf-dev libxml2-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gtk+/receipt --- a/gtk+/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtk+/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The GIMP Toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SUGGESTED="cups gnutls libgcrypt libgpg-error" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gtk.org/" diff -r 2b9f96603415 -r 380ffe05937a gtk-recordmydesktop/receipt --- a/gtk-recordmydesktop/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtk-recordmydesktop/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Desktop recording software (GTK frontend)" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://recordmydesktop.sourceforge.net" WGET_URL="$SF_MIRROR/project/recordmydesktop/gtk-recordMyDesktop/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gtk-screenshot/receipt --- a/gtk-screenshot/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtk-screenshot/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="A simple GTK+ tool to take screen capture in interactive mode or in shell" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" +LICENSE="GPL2" WEB_SITE="http://sourceforge.net/projects/gtk-screenshot/" TARBALL="${PACKAGE}_$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gtkdialog/receipt --- a/gtkdialog/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtkdialog/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Small utility for fast and easy GUI building using GTK+." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/gtkdialog/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gtkglext-dev/receipt --- a/gtkglext-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtkglext-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="The gtkglext devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtkglext" +LICENSE="GPL2" WEB_SITE="http://gtkglext.sourceforge.net/" WANTED="gtkglext" +DEPENDS="gtkglext" + # 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/lib/gtkglext-* $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/lib/gtkglext-* $fs/usr/lib + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a gtkglext/receipt --- a/gtkglext/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtkglext/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GtkGLExt is an OpenGL extension to GTK+." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gtkglext.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a gtksourceview-dev/receipt --- a/gtksourceview-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtksourceview-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="The gtksourceview library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtksourceview" +LICENSE="GPL2" WANTED="gtksourceview" WEB_SITE="http://projects.gnome.org/gtksourceview/" +DEPENDS="gtksourceview" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a gtksourceview/receipt --- a/gtksourceview/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtksourceview/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="x-window" SHORT_DESC="Extends GTK+ framework for multiline text editing." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/gtksourceview/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender xorg-libXdamage" @@ -23,14 +25,14 @@ --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 $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/gtksourceview* $fs/usr/share + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/gtksourceview* $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a gtkspell-dev/receipt --- a/gtkspell-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtkspell-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="provides highlighting and replacement of misspelled words" MAINTAINER="allan316@gmail.com" -DEPENDS="enchant-dev gtk+-dev gtkspell" +LICENSE="GPL2" WEB_SITE="http://gtkspell.sourceforge.net" WANTED="gtkspell" +DEPENDS="enchant-dev gtk+-dev gtkspell" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gtkspell/receipt --- a/gtkspell/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gtkspell/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="provides highlighting and replacement of misspelled words" MAINTAINER="allan316@gmail.com" -DEPENDS="enchant gtk+ cairo" -BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gtkspell.sourceforge.net" WGET_URL="$WEB_SITE/download/$TARBALL" +DEPENDS="enchant gtk+ cairo" +BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a gucharmap-i18n/receipt --- a/gucharmap-i18n/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gucharmap-i18n/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="utilities" SHORT_DESC="Language files for GNOME Character Map" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="gucharmap" +LICENSE="GPL3" WEB_SITE="https://live.gnome.org/Gucharmap" WANTED="gucharmap" +DEPENDS="gucharmap" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gucharmap/receipt --- a/gucharmap/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gucharmap/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="GNOME Character Map" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" -BUILD_DEPENDS="itstool libxml2-tools glib-dev libgio-dev gtk+-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://live.gnome.org/Gucharmap" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" +BUILD_DEPENDS="itstool libxml2-tools glib-dev libgio-dev gtk+-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a gutenprint-dev/receipt --- a/gutenprint-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gutenprint-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Ghostscript devel file" MAINTAINER="jozee@slitaz.org" -DEPENDS="gutenprint" +LICENCE="GPL2" WANTED="gutenprint" WEB_SITE="http://gimp-print.sourceforge.net/" +DEPENDS="gutenprint" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a gutenprint/receipt --- a/gutenprint/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gutenprint/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Top quality printer drivers for Canon, Epson" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://gimp-print.sourceforge.net/" +WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" + DEPENDS="gnutls readline gtk+ cups libtasn1 gmp" BUILD_DEPENDS="gnutls-dev expat-dev cups-dev libgcrypt-dev zlib-dev \ foomatic-db-engine libtasn1-dev gmp-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://gimp-print.sourceforge.net/" -WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 2b9f96603415 -r 380ffe05937a gvfs-dev/receipt --- a/gvfs-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gvfs-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The gvfs devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="gvfs" WEB_SITE="http://www.gnome.org/" diff -r 2b9f96603415 -r 380ffe05937a gvfs-smb/receipt --- a/gvfs-smb/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gvfs-smb/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Userspace virtual filesystem designed to work with gio." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" +WANTED="gvfs" + DEPENDS="gvfs smbclient" -WANTED="gvfs" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2b9f96603415 -r 380ffe05937a gvfs/receipt --- a/gvfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/gvfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="system-tools" SHORT_DESC="Userspace virtual filesystem designed to work with gio." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +SUGGESTED="gvfs-smb" +#gvfs-smb enables samba support + DEPENDS="dbus glib udev libgudev fuse udisks2" BUILD_DEPENDS="dbus-dev glib-dev udev-dev libgudev-dev fuse-dev \ udisks2-dev samba-dev smbclient" -SUGGESTED="gvfs-smb" -#gvfs-smb enables samba support # Rules to configure and make the package. compile_rules() diff -r 2b9f96603415 -r 380ffe05937a h8300-binutils/receipt --- a/h8300-binutils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/h8300-binutils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="binutils targeting the H8/300." MAINTAINER="rcx@zoominternet.net" -BUILD_DEPENDS="slitaz-toolchain bison flex" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/binutils/" WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" TAGS="assembler linker" +BUILD_DEPENDS="slitaz-toolchain bison flex" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then . $WOK/h8300-toolchain/stuff/h8300.conf diff -r 2b9f96603415 -r 380ffe05937a h8300-gcc/receipt --- a/h8300-gcc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/h8300-gcc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="development" SHORT_DESC="gcc targeting the H8/300" MAINTAINER="rcx@zoominternet.net" -DEPENDS="h8300-binutils glibc-base gmp mpfr" -BUILD_DEPENDS="slitaz-toolchain gawk flex gmp gmp-dev mpfr mpfr-dev h8300-binutils" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gcc/" WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" TAGS="compiler C C++" +DEPENDS="h8300-binutils glibc-base gmp mpfr" +BUILD_DEPENDS="slitaz-toolchain gawk flex gmp gmp-dev mpfr mpfr-dev h8300-binutils" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then . $WOK/h8300-toolchain/stuff/h8300.conf @@ -36,18 +38,18 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$src/_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/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr # do not need to copy lib/libiberty.a mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/gcc $fs/usr/lib + cp -a $install/usr/lib/gcc $fs/usr/lib # Do not include the h8* variant folders; create separate packages if they are needed rm -r -f $fs/usr/lib/gcc/$H8300_TARGET/$VERSION/h8300h rm -r -f $fs/usr/lib/gcc/$H8300_TARGET/$VERSION/h8300s diff -r 2b9f96603415 -r 380ffe05937a h8300-gcc3/receipt --- a/h8300-gcc3/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/h8300-gcc3/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,14 +6,16 @@ CATEGORY="development" SHORT_DESC="gcc targeting the H8/300" MAINTAINER="rcx@zoominternet.net" -DEPENDS="h8300-binutils" -BUILD_DEPENDS="bison flex h8300-binutils" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gcc/" WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" PROVIDE="h8300-gcc" TAGS="compiler C C++ ada" +DEPENDS="h8300-binutils" +BUILD_DEPENDS="bison flex h8300-binutils" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then . $WOK/h8300-toolchain/stuff/h8300.conf @@ -36,18 +38,18 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$src/_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/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr # Do not need to copy lib/libiberty.a mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/gcc $fs/usr/lib + cp -a $install/usr/lib/gcc $fs/usr/lib # Do not include the h8300* variant folders; create separate packages if they are needed rm -r -f $fs/usr/lib/gcc/$H8300_TARGET/$VERSION/h8300h rm -r -f $fs/usr/lib/gcc/$H8300_TARGET/$VERSION/h8300s diff -r 2b9f96603415 -r 380ffe05937a haserl-lua/receipt --- a/haserl-lua/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/haserl-lua/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="network" SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" MAINTAINER="milka@konstelacioj.info" -DEPENDS="" -BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev" +LICENSE="GPL2" SUGGESTED="bash lua lua-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://haserl.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,13 +25,13 @@ --program-suffix=-lua \ $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 } \ No newline at end of file diff -r 2b9f96603415 -r 380ffe05937a haserl/receipt --- a/haserl/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/haserl/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" MAINTAINER="milka@konstelacioj.info" -DEPENDS="" -BUILD_DEPENDS="glibc-dev" +LICENSE="GPL2" SUGGESTED="bash lua lua-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://haserl.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="glibc-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,12 +22,12 @@ --bindir=/usr/bin \ $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 } \ No newline at end of file diff -r 2b9f96603415 -r 380ffe05937a hd2u/receipt --- a/hd2u/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/hd2u/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Dos2Unix text file converter." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="popt" -BUILD_DEPENDS="popt-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://hany.sk/~hany/software/hd2u/" WGET_URL="http://hany.sk/~hany/_data/hd2u/$TARBALL" +DEPENDS="popt" +BUILD_DEPENDS="popt-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,14 +22,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make prefix=$PWD/_pkg/usr install + make && make prefix=$DESTDIR/usr 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 } # Pre and post install commands for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a hg-git/receipt --- a/hg-git/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/hg-git/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Git plugin for mercurial." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://hg-git-github.com/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2" diff -r 2b9f96603415 -r 380ffe05937a hydrogen/receipt --- a/hydrogen/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/hydrogen/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,17 +4,19 @@ VERSION="0.9.5" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Advanced Drum Machine" WEB_SITE="http://www.hydrogen-music.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="multimedia" + DEPENDS="libarchive liblrdf libQtCore libQtGui libQtXml \ jack-audio-connection-kit libsndfile" BUILD_DEPENDS="scons libarchive-dev liblrdf-dev Qt4-dev \ jack-audio-connection-kit jack-audio-connection-kit-dev \ flac-dev libsndfile-dev alsa-lib-dev zlib-dev libtar-dev \ ladspa-dev raptor-dev pkg-config subversion" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="multimedia" # Rules to configure and make the package. compile_rules() @@ -30,6 +32,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 } diff -r 2b9f96603415 -r 380ffe05937a icecast/receipt --- a/icecast/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/icecast/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,13 +4,15 @@ VERSION="2.3.3" CATEGORY="multimedia" SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" -DEPENDS="libxslt libxml2 libogg libvorbis libtheora" -BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libogg libvorbis libtheora" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.icecast.org/" WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" +DEPENDS="libxslt libxml2 libogg libvorbis libtheora" +BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libogg libvorbis libtheora" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a icedtea6-jdk/receipt --- a/icedtea6-jdk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/icedtea6-jdk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A Free Software harness for OpenJDK." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.iced-tea.org/" WGET_URL="http://icedtea.classpath.org/download/source/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a icedtea6-jre/receipt --- a/icedtea6-jre/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/icedtea6-jre/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="A Free Software harness for OpenJDK JRE." MAINTAINER="rcx@zoominternet.net" +LICENCE="GPL2" +WEB_SITE="http://www.iced-tea.org/" +WANTED="icedtea6-jdk" +SOURCE="icedtea6" + DEPENDS="glibc-base gcc-lib-base util-linux-uuid alsa-lib freetype giflib libjpeg libpng zlib \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ xorg-libXi xorg-libXrender xorg-libXtst" BUILD_DEPENDS="" -WEB_SITE="http://www.iced-tea.org/" -WANTED="icedtea6-jdk" -SOURCE="icedtea6" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/jvm/java-icedtea - cp -a $_pkg/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea + cp -a $install/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea } diff -r 2b9f96603415 -r 380ffe05937a intltool/receipt --- a/intltool/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/intltool/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Translation tools (PO, XML)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://edge.launchpad.net/intltool" +WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" + DEPENDS="perl perl-xml-parser gettext" BUILD_DEPENDS="perl perl-xml-parser wget" -WEB_SITE="https://edge.launchpad.net/intltool" -WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 2b9f96603415 -r 380ffe05937a iproute2/receipt --- a/iproute2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/iproute2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="utilites for networking and traffic control" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" WGET_URL="http://kernel.org/pub/linux/utils/net/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a iptables-dev/receipt --- a/iptables-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/iptables-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Packet filtering framework (Firewall) - dev files" WEB_SITE="http://www.netfilter.org/" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WANTED="iptables" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a iptables/receipt --- a/iptables/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/iptables/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="security" SHORT_DESC="Packet filtering framework (Firewall)." MAINTAINER="pankso@slitaz.org" -DEPENDS="linux-netfilter" -BUILD_DEPENDS="linux-module-headers" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netfilter.org/" WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" TAGS="firewall" +DEPENDS="linux-netfilter" +BUILD_DEPENDS="linux-module-headers" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a java-jdk/receipt --- a/java-jdk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/java-jdk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." MAINTAINER="rcx@zoominternet.net" -DEPENDS="icedtea6-jdk" +LICENCE="GPL2" WEB_SITE="http://www.iced-tea.org/" WANTED="icedtea6-jdk" SOURCE="icedtea6" TAGS="java" +DEPENDS="icedtea6-jdk" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/jdk-bin $fs/usr/bin + cp -a $install/usr/jdk-bin $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a java-jre/receipt --- a/java-jre/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/java-jre/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." MAINTAINER="rcx@zoominternet.net" -DEPENDS="icedtea6-jre" +LICENCE="GPL2" WEB_SITE="http://www.iced-tea.org/" WANTED="icedtea6-jdk" SOURCE="icedtea6" +DEPENDS="icedtea6-jre" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/jre-bin $fs/usr/bin + cp -a $install/usr/jre-bin $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a kino/receipt --- a/kino/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/kino/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="Non linear Video editor." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.kinodv.org/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="video editor" + DEPENDS="gtk+ libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \ libiec61883 xorg-libXv linux-firewire xorg-libXdamage ffmpeg" BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk+-dev libglade-dev \ @@ -12,11 +19,6 @@ libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev \ libiec61883 ffmpeg-dev xorg-libXv libsamplerate util-linux-uuid-dev \ alsa-lib xorg-libXext libv4l-dev" -SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.kinodv.org/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="video editor" # Rules to configure and make the package. compile_rules() @@ -33,7 +35,7 @@ --with-libdv-only \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -41,12 +43,12 @@ { mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications cp -a $stuff/kino.desktop $fs/usr/share/applications - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr rm $fs/usr/lib/kino-gtk2/*.*a - cp -a $_pkg/usr/share/kino $fs/usr/share - cp -a $_pkg/usr/share/mime $fs/usr/share + cp -a $install/usr/share/kino $fs/usr/share + cp -a $install/usr/share/mime $fs/usr/share # Remove Help files rm -rf $fs/usr/share/kino/help diff -r 2b9f96603415 -r 380ffe05937a laptop-mode-tools/receipt --- a/laptop-mode-tools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/laptop-mode-tools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Laptop ACPI tools" MAINTAINER="liupeng " +LICENSE="GPL2" DEPENDS="acpid hdparm util-linux-flock util-linux-blockdev" TARBALL="${PACKAGE}_$VERSION.tar.gz" WEB_SITE="http://samwel.tk/laptop_mode/" @@ -21,13 +22,13 @@ genpkg_rules() { mkdir -p $fs/usr/sbin/ $fs/etc/init.d/ $fs/lib - cp -a $_pkg/usr/sbin/laptop_mode $fs/usr/sbin/ + cp -a $install/usr/sbin/laptop_mode $fs/usr/sbin/ cp -a $stuff/laptop-mode.sh $fs/etc/init.d/ - cp -a $_pkg/etc/acpi $fs/etc/ - cp -a $_pkg/etc/laptop-mode $fs/etc/ - cp -a $_pkg/etc/power $fs/etc/ - cp -a $_pkg/etc/udev $fs/etc/ - cp -a $_pkg/lib/udev $fs/lib/ - cp -a $_pkg/usr/lib/ $fs/usr/ + cp -a $install/etc/acpi $fs/etc/ + cp -a $install/etc/laptop-mode $fs/etc/ + cp -a $install/etc/power $fs/etc/ + cp -a $install/etc/udev $fs/etc/ + cp -a $install/lib/udev $fs/lib/ + cp -a $install/usr/lib/ $fs/usr/ } diff -r 2b9f96603415 -r 380ffe05937a ldapvi/receipt --- a/ldapvi/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ldapvi/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Interactive LDAP client for Unix terminals." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lichteblau.com/ldapvi/" WGET_URL="http://www.lichteblau.com/download/$TARBALL" +TAGS="LDAP" + DEPENDS="openldap glib popt openssl readline cyrus-sasl" BUILD_DEPENDS="openldap-dev glib-dev popt-dev openssl-dev ncurses-dev \ readline-dev cyrus-sasl-dev" -TAGS="LDAP" # Rules to configure and make the package. compile_rules() diff -r 2b9f96603415 -r 380ffe05937a leafpad/receipt --- a/leafpad/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/leafpad/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="GTK simple text editor." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tarot.freeshell.org/leafpad/" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool" + # Rules to configure and make the package. compile_rules() { @@ -32,5 +34,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a libbfd/receipt --- a/libbfd/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libbfd/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Binary File Descriptor library" MAINTAINER="erjo@slitaz.org" -DEPENDS="zlib" +LICENCE="GPL2" WEB_SITE="http://www.gnu.org/software/binutils/" WANTED="binutils" +DEPENDS="zlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/libbfd*.so $fs/usr/lib + cp -a $install/usr/lib/libbfd*.so $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a libdevmapper-dev/receipt --- a/libdevmapper-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libdevmapper-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Linux device mapper library development files." MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="libdevmapper" +LICENSE="GPL2" WANTED="lvm2" WEB_SITE="http://sourceware.org/dm/" +DEPENDS="libdevmapper" + # 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 $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a libdevmapper/receipt --- a/libdevmapper/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libdevmapper/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="system-tools" SHORT_DESC="Linux device mapper library." MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="readline udev" +LICENSE="GPL2" WEB_SITE="http://sourceware.org/dm/" WANTED="lvm2" +DEPENDS="readline udev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/lib - cp -a $_pkg/usr/lib/libdevmapper*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/liblvm2*.so* $fs/usr/lib - cp -a $_pkg/lib/udev $fs/lib + cp -a $install/usr/lib/libdevmapper*.so* $fs/usr/lib + cp -a $install/usr/lib/liblvm2*.so* $fs/usr/lib + cp -a $install/lib/udev $fs/lib } post_install() diff -r 2b9f96603415 -r 380ffe05937a libexo-dev/receipt --- a/libexo-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libexo-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xfce extension library dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="libexo gtk+-dev libxfce4util-dev hal-dev" +LICENSE="GPL2" WANTED="exo" WEB_SITE="http://www.xfce.org" +DEPENDS="libexo gtk+-dev libxfce4util-dev hal-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libexo/receipt --- a/libexo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libexo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Xfce extension library" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util startup-notification libnotify" +LICENSE="GPL2" WANTED="exo" SUGGESTED="exo-tools" WEB_SITE="http://www.xfce.org" +DEPENDS="libxfce4util startup-notification libnotify" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libgfortran/receipt --- a/libgfortran/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgfortran/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="GCC fortran runtime." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pascal.bellard@slitaz.org" +LICENCE="GPL2" WANTED="gcc" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a libgio-dev/receipt --- a/libgio-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgio-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Glib libgio devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="libgio" +LICENSE="GPL2" WANTED="glib" WEB_SITE="http://www.gtk.org/" +DEPENDS="libgio" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libgio/receipt --- a/libgio/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgio/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="x-window" SHORT_DESC="Glib libgio shared library." MAINTAINER="pankso@slitaz.org" -DEPENDS="glib" +LICENSE="GPL2" WANTED="glib" WEB_SITE="http://www.gtk.org/" +DEPENDS="glib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libgomp/receipt --- a/libgomp/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgomp/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="API specification for parallel programming." MAINTAINER="pascal.bellard@slitaz.org" +LICENCE="GPL2" WEB_SITE="http://gcc.gnu.org/" WANTED="gcc" diff -r 2b9f96603415 -r 380ffe05937a libgudev-dev/receipt --- a/libgudev-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgudev-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="GObject-based wrapper library for libudev. (devel files)" MAINTAINER="pankso@slitaz.org" -DEPENDS="udev udev-dev" +LICENSE="GPL2" WANTED="udev" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" +DEPENDS="udev udev-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libgudev/receipt --- a/libgudev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libgudev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="GObject-based wrapper library for libudev." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="udev" +LICENSE="GPL2" WANTED="udev" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" +DEPENDS="udev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a libobjc/receipt --- a/libobjc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libobjc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="API for gcc object" MAINTAINER="slaxemulator@gmail.com" +LICENCE="GPL2" WEB_SITE="http://gcc.gnu.org/" DEPENDS="gcc-lib-base" WANTED="gcc" diff -r 2b9f96603415 -r 380ffe05937a libvlc-dev/receipt --- a/libvlc-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libvlc-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="MPEG, VCD/DVD, and DivX library" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.videolan.org/vlc/" +WANTED="vlc" + DEPENDS="libvlc" -WANTED="vlc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2b9f96603415 -r 380ffe05937a libvlc/receipt --- a/libvlc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/libvlc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="multimedia" SHORT_DESC="MPEG, VCD/DVD, and DivX library" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.videolan.org/vlc/" WANTED="vlc" + DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 xcb-util" diff -r 2b9f96603415 -r 380ffe05937a lincity-ng/receipt --- a/lincity-ng/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lincity-ng/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A City Simulation Game. It is a polished and improved version of the classic LinCity game." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lincity-ng.berlios.de/wiki/index.php/Main_Page" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a linphone-dev/receipt --- a/linphone-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/linphone-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="SIP soft phone development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.linphone.org/" WANTED="linphone" @@ -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 2b9f96603415 -r 380ffe05937a linphone/receipt --- a/linphone/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/linphone/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="SIP soft phone." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linphone.org/" WGET_URL="http://download-mirror.savannah.gnu.org/releases/linphone/${VERSION%.*}.x/sources/$TARBALL" @@ -24,19 +25,19 @@ ./configure --prefix=/usr --libexecdir=/usr/bin \ --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/lib $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/sounds $fs/usr/share - cp -a $_pkg/usr/share/locale $fs/usr/share - cp -a $_pkg/usr/share/images $fs/usr/share - cp -a $_pkg/usr/share/linphone $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/sounds $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share + cp -a $install/usr/share/images $fs/usr/share + cp -a $install/usr/share/linphone $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a lirc-dev/receipt --- a/lirc-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lirc-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="lirc devel files." MAINTAINER="rcx@zoominternet.net" -DEPENDS="lirc" +LICENSE="GPL2" WEB_SITE="http://www.lirc.org/" WANTED="lirc" +DEPENDS="lirc" + # 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 2b9f96603415 -r 380ffe05937a lirc/receipt --- a/lirc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lirc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lirc.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -58,10 +59,10 @@ 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 $_pkg/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr - cp -a $_pkg/dev $fs - cp -a $_pkg/lib $fs + cp -a $install/dev $fs + cp -a $install/lib $fs } diff -r 2b9f96603415 -r 380ffe05937a logrotate/receipt --- a/logrotate/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/logrotate/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Automatic rotation compression, removal of log files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://fedorahosted.org/logrotate/" WGET_URL="https://fedorahosted.org/releases/l/o/logrotate/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a loqui/receipt --- a/loqui/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/loqui/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Light IRC Client for Gtk2." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL" WEB_SITE="https://launchpad.net/loqui" diff -r 2b9f96603415 -r 380ffe05937a lorcon-old-dev/receipt --- a/lorcon-old-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lorcon-old-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="devel files for lorcon-old" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://802.11ninja.net" +WANTED="lorcon-old" + DEPENDS="lorcon-old" -WANTED="lorcon-old" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2b9f96603415 -r 380ffe05937a lorcon-old/receipt --- a/lorcon-old/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lorcon-old/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames, capable of injection via multiple driver frameworks, without forcing modification of the application code." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://802.11ninja.net" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/branch/lorcon-old/" diff -r 2b9f96603415 -r 380ffe05937a lostirc/receipt --- a/lostirc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lostirc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A simple IRC client" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lostirc.sourceforge.net/" WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/lostirc/$TARBALL" @@ -19,14 +20,14 @@ busybox patch -p1 -i $stuff/gcc.u ./configure --prefix=/usr $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/etc - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $stuff/skel $fs/etc } diff -r 2b9f96603415 -r 380ffe05937a lrzip/receipt --- a/lrzip/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lrzip/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" MAINTAINER="devel@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ck.kolivas.org/apps/lrzip/" WGET_URL="$WEB_SITE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a lvm2-dev/receipt --- a/lvm2-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lvm2-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Linux Logical Volume Manager development files." MAINTAINER="guillaume.michon@laposte.net" -DEPENDS="lvm2" +LICENSE="GPL2" WANTED="lvm2" WEB_SITE="http://sourceware.org/lvm2/" +DEPENDS="lvm2" + # 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 $install/usr/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a lvm2/receipt --- a/lvm2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lvm2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="system-tools" SHORT_DESC="Linux Logical Volume Manager." MAINTAINER="guillaume.michon@laposte.net" -DEPENDS="readline linux-md libdevmapper ncurses" -BUILD_DEPENDS="readline-dev udev-dev ncurses-dev" +LICENSE="GPL2" TARBALL="$SOURCE.$VERSION.tgz" WEB_SITE="http://sourceware.org/lvm2/" WGET_URL="ftp://sources.redhat.com/pub/lvm2/$TARBALL" +DEPENDS="readline linux-md libdevmapper ncurses" +BUILD_DEPENDS="readline-dev udev-dev ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -36,10 +38,10 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/etc $fs - cp -a $_pkg/lib/udev $fs/lib - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/* $fs/usr/lib + cp -a $install/etc $fs + cp -a $install/lib/udev $fs/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/* $fs/usr/lib # split libdevmapper rm -f $fs/usr/lib/libdevmapper*.so* rm -f $fs/usr/sbin/dmsetup diff -r 2b9f96603415 -r 380ffe05937a lxappearance-dev/receipt --- a/lxappearance-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lxappearance-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for LXappearance." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="lxappearance" WEB_SITE="http://lxde.org/" diff -r 2b9f96603415 -r 380ffe05937a lxappearance-obconf/receipt --- a/lxappearance-obconf/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lxappearance-obconf/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Openbox configuration plugin for LXappearance." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" #WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL" WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a lxappearance/receipt --- a/lxappearance/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lxappearance/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Desktop setting configuration utility from LXDE." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://lxde.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a lxrandr/receipt --- a/lxrandr/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lxrandr/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="LXDE screen manager." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gtk+ xorg-xrandr" -BUILD_DEPENDS="gtk+-dev intltool xorg-libXrandr-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +DEPENDS="gtk+ xorg-xrandr" +BUILD_DEPENDS="gtk+-dev intltool xorg-libXrandr-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,15 +27,15 @@ --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 $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr # Remove man & locales rm -rf $fs/usr/share/man diff -r 2b9f96603415 -r 380ffe05937a lxtask/receipt --- a/lxtask/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/lxtask/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,13 +4,15 @@ VERSION="0.1.4" CATEGORY="system-tools" SHORT_DESC="Ssytem task manager with a nice GTK interface." -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+-dev intltool gettext xorg-xproto" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="pkg-config gtk+-dev intltool gettext xorg-xproto" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --prefix=/usr \ --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 2b9f96603415 -r 380ffe05937a masqmail/receipt --- a/masqmail/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/masqmail/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="An MTA for workstations and for servers in small networks." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://marmaro.de/prog/masqmail" WGET_URL="$WEB_SITE/files/$TARBALL" +TAGS="mail" + BUILD_DEPENDS="pkg-config glib glib-dev" -TAGS="mail" # Rules to configure and make the package. compile_rules() @@ -20,16 +22,16 @@ --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/share - cp -a $_pkg/usr/share/masqmail $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs + cp -a $install/usr/share/masqmail $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs } diff -r 2b9f96603415 -r 380ffe05937a matchbox-desktop-2/receipt --- a/matchbox-desktop-2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/matchbox-desktop-2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Matchbox desktop v2." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="matchbox-desktop" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" diff -r 2b9f96603415 -r 380ffe05937a matchbox-panel-2/receipt --- a/matchbox-panel-2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/matchbox-panel-2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Matchbox panel v2." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" #WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE" diff -r 2b9f96603415 -r 380ffe05937a mdbtools/receipt --- a/mdbtools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mdbtools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Export Microsoft's Access database." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mdbtools.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a meld/receipt --- a/meld/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/meld/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Visual diff and merge tool for GNOME." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="pygtk rarian" -BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config util-linux-getopt" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://meldmerge.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" +DEPENDS="pygtk rarian" +BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config util-linux-getopt" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a menu-cache-dev/receipt --- a/menu-cache-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/menu-cache-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Standard compliant menu library used by LXDE devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="menu-cache" +LICENSE="GPL2" WANTED="menu-cache" WEB_SITE="http://lxde.sourceforge.net/" +DEPENDS="menu-cache" + # 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/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a menu-cache/receipt --- a/menu-cache/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/menu-cache/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Standard compliant menu library used by LXDE." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" @@ -22,14 +23,14 @@ --sysconfdir=/etc \ $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/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/menu-cache $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/menu-cache $fs/usr/lib strip -s $fs/usr/lib/menu-cache/* } diff -r 2b9f96603415 -r 380ffe05937a mercurial/receipt --- a/mercurial/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mercurial/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mercurial.selenic.com/" WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a metacity/receipt --- a/metacity/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/metacity/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Window manager" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf" -BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev libogg-dev libtool gnome-doc-utils-dev GConf-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|') WEB_SITE="http://blogs.gnome.org/metacity/" WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/metacity/$HI_VERSION/$TARBALL" +DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf" +BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev libogg-dev libtool gnome-doc-utils-dev GConf-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ ./configure --prefix=/usr \ --disable-verbose-mode --disable-sm --disable-scrollkeeper make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm -rf $fs/usr/include $fs/usr/lib/pkgconfig $fs/usr/share/gnome \ $fs/usr/share/gnome-control-center $fs/usr/share/man $fs/usr/share/locale rm $fs/usr/lib/libmetacity-private.a $fs/usr/lib/libmetacity-private.la diff -r 2b9f96603415 -r 380ffe05937a mikmod/receipt --- a/mikmod/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mikmod/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Mikmod module player." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mikmod.shlomifish.org/" WGET_URL="http://mikmod.shlomifish.org/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a mindi/receipt --- a/mindi/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mindi/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GPL disaster recovery solution." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.mondorescue.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a mingw32-binutils/receipt --- a/mingw32-binutils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mingw32-binutils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="development" SHORT_DESC="MinGW32 binutils." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base zlib" -BUILD_DEPENDS="slitaz-toolchain bison flex" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" TAGS="assembler linker" +DEPENDS="glibc-base zlib" +BUILD_DEPENDS="slitaz-toolchain bison flex" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then . $WOK/mingw32-toolchain/stuff/mingw32.conf @@ -39,8 +41,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs$MINGW32_ROOT - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg$MINGW32_ROOT/* $fs$MINGW32_ROOT + cp -a $install/usr/bin $fs/usr + cp -a $install$MINGW32_ROOT/* $fs$MINGW32_ROOT # do not need to copy lib/libiberty.a strip -s $fs$MINGW32_ROOT/bin/* diff -r 2b9f96603415 -r 380ffe05937a mingw32-gcc-c/receipt --- a/mingw32-gcc-c/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mingw32-gcc-c/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,8 +6,7 @@ CATEGORY="development" SHORT_DESC="MinGW32 gcc, for the C language only." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers mingw32-runtime-headers" -BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" MINGW32_URL="$SF_MIRROR/mingw" @@ -15,6 +14,9 @@ MINGW32_ID="i586-pc-mingw32" TAGS="compiler C" +DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers mingw32-runtime-headers" +BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then . $WOK/mingw32-toolchain/stuff/mingw32.conf @@ -46,17 +48,17 @@ --enable-sjlj-exceptions \ $CONFIGURE_ARGS && make CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s" && - make DESTDIR=$src/_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 # do not need to copy lib/libiberty.a mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/gcc $fs/usr/lib + cp -a $install/usr/lib/gcc $fs/usr/lib } # Rules to setup after installation diff -r 2b9f96603415 -r 380ffe05937a mingw32-gcc/receipt --- a/mingw32-gcc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mingw32-gcc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,11 +6,7 @@ CATEGORY="development" SHORT_DESC="MinGW32 gcc, for C, C++, and Ada." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers \ -mingw32-runtime-headers mingw32-w32api mingw32-runtime" -BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils \ -mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c \ -mingw32-w32api mingw32-runtime" +LICENSE="GPL2" PROVIDE="mingw32-gcc-c" TARBALL="$SOURCE-$VERSION-src.tar.gz" EXTRA_SOURCE_FILES="gcc-g++-$VERSION-src.tar.gz gcc-ada-$VERSION-src.tar.gz" @@ -20,6 +16,12 @@ MINGW32_ID="i586-pc-mingw32" TAGS="compiler C C++ ada" +DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers \ +mingw32-runtime-headers mingw32-w32api mingw32-runtime" +BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils \ +mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c \ +mingw32-w32api mingw32-runtime" + # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then . $WOK/mingw32-toolchain/stuff/mingw32.conf @@ -68,13 +70,13 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs$MINGW32_ROOT - cp -a $_pkg$MINGW32_ROOT/* $fs$MINGW32_ROOT + cp -a $install$MINGW32_ROOT/* $fs$MINGW32_ROOT rm $fs$MINGW32_ROOT/lib/*.la - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr # do not need to copy lib/libiberty.a mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/gcc $fs/usr/lib + cp -a $install/usr/lib/gcc $fs/usr/lib } # Rules to setup after installation diff -r 2b9f96603415 -r 380ffe05937a mjpegtools-dev/receipt --- a/mjpegtools-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mjpegtools-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,16 +4,18 @@ VERSION="2.0.0" CATEGORY="development" SHORT_DESC="The mjpegtools devel files." -DEPENDS="mjpegtools" WANTED="mjpegtools" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://mjpeg.sourceforge.net/" +DEPENDS="mjpegtools" + # 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/*.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 2b9f96603415 -r 380ffe05937a mjpegtools/receipt --- a/mjpegtools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mjpegtools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC="MPEG manipulation tools." TAGS="mpeg mjpeg video" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://mjpeg.sourceforge.net/" +WGET_URL="$SF_MIRROR/mjpeg/$TARBALL" + DEPENDS="libdv expat gtk+ jpeg libsdl libsdl-gfx xorg-libX11 xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="$DEPENDS libdv-dev libsdl-gfx-dev jpeg-dev" -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://mjpeg.sourceforge.net/" -WGET_URL="$SF_MIRROR/mjpeg/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -31,7 +33,7 @@ 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 2b9f96603415 -r 380ffe05937a module-init-tools/receipt --- a/module-init-tools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/module-init-tools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="base-system" SHORT_DESC="Kernel modules manipulation tools." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="glibc-base gcc-lib-base zlib lzlib depmod" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" WGET_URL="${WEB_SITE}$TARBALL" + +DEPENDS="glibc-base gcc-lib-base zlib lzlib depmod" BUILD_DEPENDS="zlib-dev lzlib-dev lzlib" # Rules to configure and make the package. @@ -38,12 +40,12 @@ genpkg_rules() { mkdir -p $fs/sbin $fs/etc - cp $_pkg/sbin/insmod $fs/sbin - cp $_pkg/sbin/modinfo $fs/sbin - cp $_pkg/sbin/modprobe $fs/sbin - cp $_pkg/sbin/rmmod $fs/sbin + cp $install/sbin/insmod $fs/sbin + cp $install/sbin/modinfo $fs/sbin + cp $install/sbin/modprobe $fs/sbin + cp $install/sbin/rmmod $fs/sbin # lsmod goes in /bin. - cp -a $_pkg/bin $fs + cp -a $install/bin $fs # Create the modprobe config directory mkdir -p $fs/etc/modprobe.d } diff -r 2b9f96603415 -r 380ffe05937a mondo/receipt --- a/mondo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mondo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GPL disaster recovery solution." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.mondorescue.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a mountlo/receipt --- a/mountlo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mountlo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="loopback filesystem mount implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" EXTRA_SOURCE_FILES="$PACKAGE-i386-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FileSystems#Mountlo" diff -r 2b9f96603415 -r 380ffe05937a mousepad/receipt --- a/mousepad/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mousepad/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Text Editor" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -20,7 +21,7 @@ ./configure --prefix=/usr \ --enable-debug=no \ --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. @@ -28,9 +29,9 @@ { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a mutagen/receipt --- a/mutagen/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/mutagen/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="multimedia" SHORT_DESC="python module for audio meta data" MAINTAINER="rj.rohit@gmail.com" -DEPENDS="python" -BUILD_DEPENDS="python-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://quodlibet.googlecode.com/files" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src python setup.py build - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/* $fs/usr/lib/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/* $fs/usr/lib/ } diff -r 2b9f96603415 -r 380ffe05937a n2nc/receipt --- a/n2nc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/n2nc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Nat 2 Nat COnnector." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://n2nc.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -28,6 +29,6 @@ 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 2b9f96603415 -r 380ffe05937a naim-dev/receipt --- a/naim-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/naim-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="development" SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client, development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://naim.n.ml.org/" WANTED="naim" + DEPENDS="naim" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a naim/receipt --- a/naim/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/naim/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://naim.n.ml.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://naim.googlecode.com/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a nanoshot/receipt --- a/nanoshot/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/nanoshot/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Take screenshots of screen area, selected windows, web pages and videos" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://sourceforge.net/projects/nanoshot/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a netatalk-dev/receipt --- a/netatalk-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/netatalk-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="The AppleTalk Protocol Suite development files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="netatalk" +LICENSE="GPL2" WEB_SITE="http://netatalk.sourceforge.net/" WANTED="netatalk" +DEPENDS="netatalk" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share $fs/etc/netatalk/uams/ - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/netatalk $fs/usr/share - cp -a $_pkg/etc/netatalk/uams/*.a $fs/etc/netatalk/uams/ + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/netatalk $fs/usr/share + cp -a $install/etc/netatalk/uams/*.a $fs/etc/netatalk/uams/ } diff -r 2b9f96603415 -r 380ffe05937a netatalk-pam/receipt --- a/netatalk-pam/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/netatalk-pam/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The AppleTalk Protocol Suite using PAM." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ -libwrap zlib pam libcomerr3" -BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev" +LICENSE="GPL2" SOURCE="netatalk" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://netatalk.sourceforge.net/" @@ -15,6 +13,10 @@ CONFIG_FILES="/etc/netatalk/AppleVolumes.* /etc/netatalk/*.conf" PROVIDE="netatalk:pam" +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ +libwrap zlib pam libcomerr3" +BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a netatalk/receipt --- a/netatalk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/netatalk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="system-tools" SHORT_DESC="The AppleTalk Protocol Suite." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ -libwrap zlib libcomerr3" -BUILD_DEPENDS="db-dev libcrypto-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://netatalk.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/netatalk/AppleVolumes.* /etc/netatalk/*.conf" +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ +libwrap zlib libcomerr3" +BUILD_DEPENDS="db-dev libcrypto-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a netrik/receipt --- a/netrik/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/netrik/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Advanced text-mode WWW browser, focusing on a convenient user interface" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://netrik.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a nfs-utils/receipt --- a/nfs-utils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/nfs-utils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="system-tools" SHORT_DESC="Network FileSystem tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://nfs.sourceforge.net/" WGET_URL="$SF_MIRROR/nfs/$PACKAGE/$VERSION/$TARBALL" +CONFIG_FILES="/etc/exports" +TAGS="filesystem" + DEPENDS="libtirpc libwrap util-linux-blkid util-linux-uuid rpcbind linux-nfsd" BUILD_DEPENDS="libtirpc-dev util-linux-blkid-dev libcap-dev libwrap-dev \ util-linux-uuid-dev util-linux-blkid" -CONFIG_FILES="/etc/exports" -TAGS="filesystem" # Rules to configure and make the package. compile_rules() @@ -23,7 +25,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. @@ -31,9 +33,9 @@ { mkdir -p $fs/usr cp -a stuff/* $fs - cp -a $_pkg/var $fs - cp -a $_pkg/sbin $fs - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/var $fs + cp -a $install/sbin $fs + cp -a $install/usr/sbin $fs/usr } post_install() diff -r 2b9f96603415 -r 380ffe05937a nitrogen/receipt --- a/nitrogen/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/nitrogen/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Nitrogen is a background browser and setter for X windows." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="gtkmm libpng gcc-lib-base" -BUILD_DEPENDS="gtkmm gtkmm-dev libpng-dev pkg-config glib-dev gtk+-dev cairomm-dev xorg-libXinerama-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://projects.l3ib.org/nitrogen" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="wallpaper" +DEPENDS="gtkmm libpng gcc-lib-base" +BUILD_DEPENDS="gtkmm gtkmm-dev libpng-dev pkg-config glib-dev gtk+-dev cairomm-dev xorg-libXinerama-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,15 +28,15 @@ --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/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/nitrogen.png \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons/hicolor/32x32/apps/nitrogen.png \ $fs/usr/share/pixmaps/ } diff -r 2b9f96603415 -r 380ffe05937a njconnect/receipt --- a/njconnect/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/njconnect/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="njconnect - Jack connection manager (ncurses)" MAINTAINER="xj@wp.pl" +LICENSE="GPL2" WEB_SITE="http://njconnect.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz" diff -r 2b9f96603415 -r 380ffe05937a normalize/receipt --- a/normalize/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/normalize/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="multimedia" SHORT_DESC="Audio file volume normalizer" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://normalize.nongnu.org/" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" + BUILD_DEPENDS="libmad-dev audiofile-dev" DEPENDS="libmad audiofile" @@ -19,13 +21,13 @@ --libexecdir=/usr/bin --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 2b9f96603415 -r 380ffe05937a notification-daemon/receipt --- a/notification-daemon/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/notification-daemon/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Notification daemon for libnotify/notify-send" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.galago-project.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a nscd/receipt --- a/nscd/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/nscd/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -7,14 +7,15 @@ WEB_SITE="http://gcc.gnu.org/" WANTED="glibc" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" # Rules to gen a SliTaz package suitable for Tazpkg. # genpkg_rules() { mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc/init.d $fs/var/db - cp $_pkg/usr/sbin/nscd $fs/usr/sbin/ - cp $_pkg/usr/bin/getent $fs/usr/bin/ + cp $install/usr/sbin/nscd $fs/usr/sbin/ + cp $install/usr/bin/getent $fs/usr/bin/ cp $src/nscd/nscd.conf $fs/etc cp $stuff/nscd $fs/etc/init.d chmod +x $fs/etc/init.d/nscd diff -r 2b9f96603415 -r 380ffe05937a ntfs-3g-dev/receipt --- a/ntfs-3g-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ntfs-3g-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="The free ntfs driver devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="fuse-dev" +LICENCE="GPL2" WANTED="ntfs-3g" WEB_SITE="http://www.ntfs-3g.org/" +DEPENDS="fuse-dev" + # 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/*.*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 2b9f96603415 -r 380ffe05937a ntfs-3g/receipt --- a/ntfs-3g/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ntfs-3g/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The free ntfs driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="fuse attr" -BUILD_DEPENDS="fuse-dev attr-dev" +LICENSE="GPL2" SOURCE="ntfs-3g_ntfsprogs" TARBALL="$SOURCE-$VERSION.tgz" WEB_SITE="http://tuxera.com/opensource" @@ -14,6 +13,9 @@ CONFIG_FILES="/etc/filesystems" TAGS="windows" +DEPENDS="fuse attr" +BUILD_DEPENDS="fuse-dev attr-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,7 +25,7 @@ --with-fuse=external \ --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. diff -r 2b9f96603415 -r 380ffe05937a ntfsprogs-dev/receipt --- a/ntfsprogs-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ntfsprogs-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Utilities for ntfs manipulations with FUSE module, development files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.linux-ntfs.org/" WANTED="ntfsprogs" diff -r 2b9f96603415 -r 380ffe05937a ntfsprogs/receipt --- a/ntfsprogs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ntfsprogs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for ntfs manipulations with FUSE module." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linux-ntfs.org/" WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a obconf/receipt --- a/obconf/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/obconf/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="Openbox WM configuration interface." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-$GITTAG.tar.gz" WEB_SITE="http://icculus.org/openbox/" WGET_URL="http://git.openbox.org/?p=dana/obconf.git;a=snapshot;h=$GITTAG;sf=tgz" @@ -32,8 +33,8 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/obconf.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/obconf $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/obconf $fs/usr/share cp -a stuff/mime $fs/usr/share touch $fs/usr/share/mime/x-openbox-theme.xml touch $fs/usr/share/mime/x-vbscript.xml diff -r 2b9f96603415 -r 380ffe05937a ofono-dev/receipt --- a/ofono-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ofono-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,12 @@ CATEGORY="network" SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WANTED="ofono" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a ofono/receipt --- a/ofono/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ofono/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Stack for mobile telephony (GSM/UMTS) applications." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="dbus glib udev" -BUILD_DEPENDS="dbus-dev udev-dev glib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ofono.org" WGET_URL="http://www.kernel.org/pub/linux/network/$PACKAGE/$TARBALL" +DEPENDS="dbus glib udev" +BUILD_DEPENDS="dbus-dev udev-dev glib-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,7 +25,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. @@ -31,14 +33,14 @@ { # sysconfdir mkdir -p $fs/etc - cp -a $_pkg/etc/* $fs/etc + cp -a $install/etc/* $fs/etc # udev rules mkdir -p $fs/lib - cp -a $_pkg/lib/udev $fs/lib + cp -a $install/lib/udev $fs/lib # bin mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr # var mkdir -p $fs/var - cp -a $_pkg/var/lib $fs/var + cp -a $install/var/lib $fs/var } diff -r 2b9f96603415 -r 380ffe05937a openbox-dev/receipt --- a/openbox-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openbox-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Ob devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="openbox" WEB_SITE="http://openbox.org/" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a openbox-imlib2/receipt --- a/openbox-imlib2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openbox-imlib2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -7,6 +7,7 @@ SHORT_DESC="Small-footprint and standard compliant Window Manager (Allow icons in menus)." SUGGESTED="obconf pcmanfm hsetroot" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://openbox.org/" WGET_URL="http://openbox.org/dist/openbox/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a openbox-python/receipt --- a/openbox-python/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openbox-python/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Openbox Python script (XDG auto start standard support)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="openbox" WEB_SITE="http://openbox.org/" diff -r 2b9f96603415 -r 380ffe05937a openbox-themes/receipt --- a/openbox-themes/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openbox-themes/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Openbox official themes set." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="openbox" WEB_SITE="http://openbox.org/" diff -r 2b9f96603415 -r 380ffe05937a openbox/receipt --- a/openbox/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openbox/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Small-footprint and standard compliant Window Manager." SUGGESTED="obconf spacefm hsetroot" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://openbox.org/" WGET_URL="http://openbox.org/dist/openbox/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a opencpn/receipt --- a/opencpn/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/opencpn/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A concise Chart/plotter Navigator" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" SUGGESTED="nvidia" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://opencpn.sourceforge.net" diff -r 2b9f96603415 -r 380ffe05937a openvas-administrator/receipt --- a/openvas-administrator/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openvas-administrator/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Network security scanner (administrator)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openvas.org/" WGET_URL="http://wald.intevation.org/frs/download.php/828/$TARBALL" +CONFIG_FILES="/etc/openvas" + DEPENDS="openvas-libraries util-linux-uuid" BUILD_DEPENDS="libpcap doxygen openvas-libraries-dev openvas-libraries \ gnutls-dev cmake glib-dev" -CONFIG_FILES="/etc/openvas" # Rules to configure and make the package. compile_rules() @@ -21,14 +23,14 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \ -DLOCALSTATEDIR=/var 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 $install/etc $fs + cp -a $install/usr/sbin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a openvas-client/receipt --- a/openvas-client/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openvas-client/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Network security scanner (client)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openvas.org/" WGET_URL="http://wald.intevation.org/frs/download.php/757/$TARBALL" +CONFIG_FILES="/etc/openvas" + DEPENDS="openvas-libraries gtk+" BUILD_DEPENDS="util-linux-uuid libpcap openvas-libraries openvas-libraries-dev \ libgd-dev libpng-dev pkg-config gtk+-dev gnutls-dev" -CONFIG_FILES="/etc/openvas" # Rules to configure and make the package. compile_rules() @@ -22,13 +24,13 @@ $CONFIGURE_ARGS || return 1 find -name Makefile | xargs sed -i 's|uname -o|echo GNU/Linux|' 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/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs } diff -r 2b9f96603415 -r 380ffe05937a openvas-manager/receipt --- a/openvas-manager/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openvas-manager/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Network security scanner (manager)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openvas.org/" WGET_URL="http://wald.intevation.org/frs/download.php/829/$TARBALL" +CONFIG_FILES="/etc/openvas" + DEPENDS="openvas-libraries sqlite util-linux-uuid" BUILD_DEPENDS="libpcap openvas-libraries openvas-libraries-dev pkg-config \ util-linux-uuid-dev doxygen cmake gnutls gnutls-dev sqlite sqlite-dev glib-dev" -CONFIG_FILES="/etc/openvas" # Rules to configure and make the package. compile_rules() @@ -21,13 +23,13 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \ -DLOCALSTATEDIR=/var 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 $install/etc $fs + cp -a $install/usr/sbin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a openvas-scanner/receipt --- a/openvas-scanner/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/openvas-scanner/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Network security scanner (scanner)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openvas.org/" WGET_URL="http://wald.intevation.org/frs/download.php/684/$TARBALL" +CONFIG_FILES="/var/lib/openvas /etc/openvas" + DEPENDS="openvas-libraries openssl" BUILD_DEPENDS="libpcap libpcap-dev util-linux-uuid openvas-libraries \ openvas-libraries-dev pkg-config gnutls-dev glib-dev" -CONFIG_FILES="/var/lib/openvas /etc/openvas" # Rules to configure and make the package. compile_rules() @@ -22,17 +24,17 @@ --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/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr } post_install() diff -r 2b9f96603415 -r 380ffe05937a owncloud-client/receipt --- a/owncloud-client/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/owncloud-client/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="The ownCloud Client, based on Mirall" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://owncloud.org/sync-clients/" SOURCE="mirall" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 2b9f96603415 -r 380ffe05937a oxine/receipt --- a/oxine/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/oxine/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems." MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://oxine.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a pango-dev/receipt --- a/pango-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pango-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Library for layout and rendering of text devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="pango cairo-dev" +LICENSE="GPL2" WANTED="pango" WEB_SITE="http://www.pango.org/" +DEPENDS="pango cairo-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a pango/receipt --- a/pango/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pango/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Library for layout and rendering of text." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.pango.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a pari-dev/receipt --- a/pari-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pari-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for PARI/GP" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://pari.math.u-bordeaux.fr/" WANTED="pari" diff -r 2b9f96603415 -r 380ffe05937a pari/receipt --- a/pari/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pari/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="PARI/GP is a widely used computer algebra system" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://pari.math.u-bordeaux.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a parole/receipt --- a/parole/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/parole/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Media Player for Xfce." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/parole" WGET_URL="http://archive.xfce.org/src/apps/parole/0.2/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a partimage-pam/receipt --- a/partimage-pam/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/partimage-pam/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="system-tools" SHORT_DESC="Saves partitions in an image file." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="newt bzip2 openssl slitaz-base-files zlib pam gcc-lib-base" -BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev pam pam-dev" +LICENSE="GPL2" SOURCE="partimage" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.partimage.org/Index.fr.html" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" PROVIDE="partimage:pam" +DEPENDS="newt bzip2 openssl slitaz-base-files zlib pam gcc-lib-base" +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev pam pam-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,15 +26,15 @@ --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 $fs/etc/init.d - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs/ + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs/ install -g root -o root -m 0600 ../$SOURCE/stuff/etc/partimaged/partimaged.* $fs/etc/partimaged install -g root -o root -m 0755 ../$SOURCE/stuff/etc/init.d/partimaged $fs/etc/init.d } diff -r 2b9f96603415 -r 380ffe05937a partimage/receipt --- a/partimage/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/partimage/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Saves partitions in an image file." MAINTAINER="erjo@slitaz.org" -DEPENDS="newt bzip2 openssl slitaz-base-files zlib gcc-lib-base" -BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev zlib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.partimage.org/Index.fr.html" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="newt bzip2 openssl slitaz-base-files zlib gcc-lib-base" +BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,15 +24,15 @@ --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 $fs/etc/init.d $fs/var/lib/partimaged - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs/ + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs/ install -g root -o root -m 0600 stuff/etc/partimaged/partimaged.* $fs/etc/partimaged install -g root -o root -m 0755 stuff/etc/init.d/partimaged $fs/etc/init.d } diff -r 2b9f96603415 -r 380ffe05937a pcmanfm-legacy/receipt --- a/pcmanfm-legacy/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pcmanfm-legacy/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="Light and easy to use file manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://pcmanfm.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a pcmanfm/receipt --- a/pcmanfm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pcmanfm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Light and easy to use file manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pcmanfm.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a perdition-dev/receipt --- a/perdition-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/perdition-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="IMAP/POP proxy development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.vergenet.net/linux/perdition" DEPENDS="perdititon" WANTED="perdition" @@ -13,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/lib/*.a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a perdition-pam/receipt --- a/perdition-pam/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/perdition-pam/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="IMAP/POP proxy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="perdition" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.vergenet.net/linux/$SOURCE" @@ -26,18 +27,18 @@ --sysconfdir=/etc --localstatedir=/var \ --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 $fs/etc/openldap/schema - cp -a $_pkg/etc $fs + cp -a $install/etc $fs rm -f $fs/etc/perdition/perdition.conf cp -a ../$SOURCE/stuff/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib for i in pop3 pop3s imap4 imap4s imaps; do mkdir -p $fs/var/run/perdition.$i done diff -r 2b9f96603415 -r 380ffe05937a perdition/receipt --- a/perdition/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/perdition/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="IMAP/POP proxy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vergenet.net/linux/$PACKAGE" WGET_URL="$WEB_SITE/download/$VERSION/$TARBALL" +CONFIG_FILES="/etc/perdition" +BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?" + BUILD_DEPENDS="vanessa_logger-dev vanessa_logger vanessa_adt-dev vanessa_adt vanessa_socket-dev vanessa_socket openldap-dev popt-dev cyrus-sasl-dev" DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \ glibc-base libkrb5 libcomerr3 gdbm" -CONFIG_FILES="/etc/perdition" -BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?" # Rules to configure and make the package. compile_rules() @@ -26,18 +28,18 @@ --mandir=/usr/share/man $CONFIGURE_ARGS || return 1 sed -i 's/#define WITH_PAM_SUPPORT 1/#undef WITH_PAM_SUPPORT/' config.h 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 $fs/etc/openldap/schema - cp -a $_pkg/etc $fs + cp -a $install/etc $fs rm -f $fs/etc/perdition/perdition.conf cp -a stuff/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib for i in pop3 pop3s imap4 imap4s imaps; do mkdir -p $fs/var/run/perdition.$i done diff -r 2b9f96603415 -r 380ffe05937a perl-texi2html/receipt --- a/perl-texi2html/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/perl-texi2html/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="utilities" SHORT_DESC="Converts texinfo documents to HTML." MAINTAINER="gokhlayeh@slitaz.org" -LICENSE="GPL" +LICENSE="GPL2" DEPENDS="perl" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.nongnu.org/texi2html/" diff -r 2b9f96603415 -r 380ffe05937a pidgin-musictracker/receipt --- a/pidgin-musictracker/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pidgin-musictracker/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="network" SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to." MAINTAINER="ben@seawolfsanctuary.com" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://pidgin-musictracker.googlecode.com" +WGET_URL="$WEB_SITE/files/$TARBALL" + DEPENDS="pidgin pcre" BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev \ gtk+-dev glib-dev pkg-config libffi" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://pidgin-musictracker.googlecode.com" -WGET_URL="$WEB_SITE/files/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure $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 - cp -a $_pkg/usr $fs/ + cp -a $install/usr $fs/ } diff -r 2b9f96603415 -r 380ffe05937a pingus/receipt --- a/pingus/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pingus/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -8,6 +8,7 @@ CATEGORY="games" SHORT_DESC="Pingus is a free Lemmings-like game." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pingus.seul.org/" diff -r 2b9f96603415 -r 380ffe05937a pkg-config/receipt --- a/pkg-config/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pkg-config/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Free desktop packages manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pkgconfig.freedesktop.org/wiki/" WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL" @@ -27,8 +28,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/aclocal $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/aclocal $fs/usr/share # This is the default pkg-config so make a symling for package that dont # cross compile or search for /usr/bin/pkg-config. cd $fs/usr/bin && ln -s ${TOOLPREFIX}pkg-config pkg-config diff -r 2b9f96603415 -r 380ffe05937a plymouth/receipt --- a/plymouth/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/plymouth/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="A graphical boot splash screen with KMS support." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.freedesktop.org/wiki/Software/Plymouth" WGET_URL="http://www.freedesktop.org/software/plymouth/releases/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a podofo-dev/receipt --- a/podofo-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/podofo-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="PDF library development files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://podofo.sourceforge.net/" +WANTED="podofo" + DEPENDS="podofo" -WANTED="podofo" # 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/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a podofo/receipt --- a/podofo/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/podofo/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="PDF library." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://podofo.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -19,14 +20,14 @@ -DPODOFO_BUILD_STATIC:BOOL=TRUE \ -DPODOFO_BUILD_SHARED:BOOL=TRUE . && 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/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 2b9f96603415 -r 380ffe05937a pwsafe/receipt --- a/pwsafe/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pwsafe/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="pwsafe is commandline program that manages encrypted password databases." MAINTAINER="rocky@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://sourceforge.net/projects/pwsafe" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="readline ncurses xorg-libSM xorg-libICE xorg-libXmu xorg-libX11 \ libcrypto gcc-lib-base xorg-libXt xorg-libXext xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://sourceforge.net/projects/pwsafe" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -21,14 +23,14 @@ --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 } post_install() diff -r 2b9f96603415 -r 380ffe05937a pygtksourceview-dev/receipt --- a/pygtksourceview-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pygtksourceview-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for PyGtkSourceView" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html" WANTED="pygtksourceview" diff -r 2b9f96603415 -r 380ffe05937a pygtksourceview/receipt --- a/pygtksourceview/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/pygtksourceview/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Python bindings for GtkSourceView" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a python-vte/receipt --- a/python-vte/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/python-vte/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,11 +4,13 @@ VERSION="0.28.2" CATEGORY="development" SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." -DEPENDS="vte" WANTED="vte" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" +DEPENDS="vte" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a qiviewer/receipt --- a/qiviewer/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/qiviewer/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Light and fast QT based images viewer." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/qiviewer/" WGET_URL="http://qiviewer.googlecode.com/files/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a qtfm/receipt --- a/qtfm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/qtfm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Small and lightweight file manager using QT library" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.qtfm.org/" WGET_URL="https://1674466230121523820-a-qtfm-org-s-sites.googlegroups.com/a/qtfm.org/qtfm/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a quodlibet/receipt --- a/quodlibet/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/quodlibet/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="An audio player written in pygtk" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SUGGESTED="gst-bad-plugins gst-ffmpeg" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://quodlibet.googlecode.com/" @@ -22,7 +23,7 @@ { cd $src ./setup.py build - ./setup.py install --prefix=$PWD/_pkg/usr + ./setup.py install --prefix=$DESTDIR/usr } @@ -30,8 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/python* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/python* $fs/usr/lib cp -a stuff/*.png $fs/usr/share/pixmaps/ } diff -r 2b9f96603415 -r 380ffe05937a rawstudio/receipt --- a/rawstudio/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/rawstudio/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="An open source raw-image converter written in GTK+" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="desktop-file-utils dbus exiv2 GConf gtk+ lcms jpeg libjpeg tiff libxml2" -BUILD_DEPENDS="exiv2-dev GConf-dev gtk+-dev dbus-dev lcms-dev jpeg-dev tiff-dev libxml2-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rawstudio.org/" WGET_URL="http://rawstudio.org/files/release/$TARBALL" +DEPENDS="desktop-file-utils dbus exiv2 GConf gtk+ lcms jpeg libjpeg tiff libxml2" +BUILD_DEPENDS="exiv2-dev GConf-dev gtk+-dev dbus-dev lcms-dev jpeg-dev tiff-dev libxml2-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,17 +25,17 @@ --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/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/rawstudio $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/rawstudio $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a reiserfsprogs/receipt --- a/reiserfsprogs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/reiserfsprogs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="ReiserFS tools" MAINTAINER="erjo@slitaz.org" -DEPENDS="linux-reiserfs util-linux-uuid" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sfr-fresh.com/linux/misc/" WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL" TAGS="filesystem reiserfs" +DEPENDS="linux-reiserfs util-linux-uuid" + # Rules to configure and make the package. compile_rules() { @@ -18,13 +20,13 @@ ./configure --prefix=/usr --sbindir=/sbin \ --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 - cp -a $_pkg/sbin $fs/ + cp -a $install/sbin $fs/ } diff -r 2b9f96603415 -r 380ffe05937a safecopy/receipt --- a/safecopy/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/safecopy/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A disk data recovery tool to extract data from damaged media" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://safecopy.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a sane-backends-dev/receipt --- a/sane-backends-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/sane-backends-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Sane devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="sane-backends" +LICENSE="GPL2" WANTED="sane-backends" WEB_SITE="http://www.sane-project.org/" +DEPENDS="sane-backends" + # 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 2b9f96603415 -r 380ffe05937a sane-backends/receipt --- a/sane-backends/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/sane-backends/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Scanner Access Now Easy." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sane-project.org/" WGET_URL="ftp://ftp2.sane-project.org/pub/sane/$PACKAGE-$VERSION/$TARBALL" @@ -39,12 +40,12 @@ mkdir -p $fs/usr/lib $fs/usr/share \ $fs/var/lock/sane $fs/etc/sane.d - cp -a $_pkg/etc/sane.d $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/sane $fs/usr/lib - cp -a $_pkg/usr/share/sane $fs/usr/share + cp -a $install/etc/sane.d $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/sane $fs/usr/lib + cp -a $install/usr/share/sane $fs/usr/share # fix groups/permissions on /var/lock/sane ; add it to scanner group chmod 775 "$fs/var/lock/sane" diff -r 2b9f96603415 -r 380ffe05937a screenlets/receipt --- a/screenlets/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/screenlets/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Desktop widgets framework." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://screenlets.org" WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a seed-dev/receipt --- a/seed-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/seed-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Gnome JavaScript REPL/Interpreter devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" WANTED="seed" diff -r 2b9f96603415 -r 380ffe05937a seed/receipt --- a/seed/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/seed/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Gnome JavaScript REPL/Interpreter." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a shared-mime-info-dev/receipt --- a/shared-mime-info-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/shared-mime-info-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Freedesktop shared-mime-info devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="shared-mime-info" +LICENSE="GPL2" WANTED="shared-mime-info" WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" +DEPENDS="shared-mime-info" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib + cp -a $install/usr/share/pkgconfig $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a shared-mime-info/receipt --- a/shared-mime-info/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/shared-mime-info/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Core database of common types and the *update-mime-database*." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" WGET_URL="http://freedesktop.org/~hadess/$TARBALL" @@ -26,8 +27,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/mime $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/mime $fs/usr/share } # Update mime database. diff -r 2b9f96603415 -r 380ffe05937a sipsak/receipt --- a/sipsak/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/sipsak/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="SIP swiss army knife." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sipsak.org/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" + DEPENDS="libcrypto gnutls zlib" BUILD_DEPENDS="libcrypto-dev libcrypto" @@ -19,13 +21,13 @@ ./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 2b9f96603415 -r 380ffe05937a socat/receipt --- a/socat/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/socat/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Reads and writes data across network connections." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.dest-unreach.org/$PACKAGE/" WGET_URL="${WEB_SITE}download/$TARBALL" + BUILD_DEPENDS="openssl-dev ncurses-dev" DEPENDS="openssl ncurses libwrap readline" @@ -17,13 +19,13 @@ cd $src ./configure --prefix=/usr $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 2b9f96603415 -r 380ffe05937a squirrelmail-compatibility-plugin/receipt --- a/squirrelmail-compatibility-plugin/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/squirrelmail-compatibility-plugin/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Compatibility plugin for Web mail need by many plugins." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="compatibility" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.squirrelmail.org/" +WGET_URL="${WEB_SITE}plugins/$TARBALL" + DEPENDS="squirrelmail" -WGET_URL="${WEB_SITE}plugins/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,7 +24,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/squirrelmail/plugins - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins } post_install() diff -r 2b9f96603415 -r 380ffe05937a sshfs-fuse/receipt --- a/sshfs-fuse/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/sshfs-fuse/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="SSH Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="fuse openssh glib" -BUILD_DEPENDS="fuse-dev gettext glib glib-dev pkg-config" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fuse.sourceforge.net/sshfs.html" WGET_URL="$SF_MIRROR/fuse/$TARBALL" +DEPENDS="fuse openssh glib" +BUILD_DEPENDS="fuse-dev gettext glib glib-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -18,12 +20,12 @@ ./configure --prefix=/usr \ --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 2b9f96603415 -r 380ffe05937a stellarium/receipt --- a/stellarium/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/stellarium/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A stellarium with great graphics and a nice database of sky-objects" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.stellarium.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a sunxi-tools/receipt --- a/sunxi-tools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/sunxi-tools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="help hacking Allwinner A10 (aka sun4i) based devices." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://linux-sunxi.org/Sunxi-tools" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://nodeload.github.com/amery/sunxi-tools/tarball/v${VERSION}" diff -r 2b9f96603415 -r 380ffe05937a superswitcher/receipt --- a/superswitcher/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/superswitcher/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Replacement for the Alt-Tab window switching behavior" MAINTAINER="mallory@sweetpeople.org" -DEPENDS="gtk+ libwnck GConf" -BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/superswitcher/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" +DEPENDS="gtk+ libwnck GConf" +BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck-dev" + # Rules to configure and make the package. compile_rules() { @@ -29,13 +31,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 2b9f96603415 -r 380ffe05937a suricata/receipt --- a/suricata/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/suricata/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Next Generation Intrusion Detection and Prevention Engine." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.openinfosecfoundation.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a thunar-dev/receipt --- a/thunar-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/thunar-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="Thunar File Manager dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="thunar" +LICENSE="GPL2" WANTED="thunar" SOURCE="Thunar" WEB_SITE="http://www.xfce.org" +DEPENDS="thunar" + genpkg_rules() { mkdir -p $fs/usr/lib/thunarx-2 - 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 $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 + 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 + cp -a $install/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 } diff -r 2b9f96603415 -r 380ffe05937a thunar-volman/receipt --- a/thunar-volman/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/thunar-volman/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Thunar Volume Manager plugin" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a thunar/receipt --- a/thunar/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/thunar/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Thunar File Manager" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" SOURCE="Thunar" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" diff -r 2b9f96603415 -r 380ffe05937a tint2/receipt --- a/tint2/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/tint2/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="taskbar and panel" MAINTAINER="jozee@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" +LICENSE="GPL2" WEB_SITE="http://tint2.googlecode.com/files/" WGET_URL="$WEB_SITE/$TARBALL" CONFIG_FILES="/etc/xdg/tint2/tint2rc" @@ -29,6 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a traceroute/receipt --- a/traceroute/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/traceroute/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="The full-featured traceroute program." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/$PACKAGE" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a udev-dev/receipt --- a/udev-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/udev-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Udev devel file (libudev)." MAINTAINER="pankso@slitaz.org" -DEPENDS="udev" +LICENSE="GPL2" WANTED="udev" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" +DEPENDS="udev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a udev/receipt --- a/udev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/udev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="base-system" SHORT_DESC="Udev creat automaticly right devices in /dev." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.freedesktop.org/software/systemd/man/udev.html" WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a ufiformat/receipt --- a/ufiformat/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ufiformat/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Low level (physical) formatting tool on USB-FDD." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html" WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a ufraw-locales/receipt --- a/ufraw-locales/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ufraw-locales/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Locales for ufraw and gimp-plugin-ufraw." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="ufraw" WEB_SITE="http://ufraw.sourceforge.net/" diff -r 2b9f96603415 -r 380ffe05937a ufraw/receipt --- a/ufraw/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/ufraw/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Utility to read and manipulate raw images from digital cameras." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ufraw.sourceforge.net/" WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a upx/receipt --- a/upx/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/upx/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Ultimate Packer for eXecutables (free version using UCL compression)" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" WEB_SITE="http://upx.sourceforge.net/" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" WGET_URL="http://upx.sourceforge.net/download/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a urxvt-full/receipt --- a/urxvt-full/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/urxvt-full/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,10 +6,12 @@ SHORT_DESC="Terminal emulator with Unicode support for X11" WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" SOURCE="rxvt-unicode" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" + DEPENDS="bzlib expat fontconfig freetype gcc-lib-base gdk-pixbuf glib \ glibc-base libffi libgio libpng libxcb startup-notification xcb-util \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXrender zlib" diff -r 2b9f96603415 -r 380ffe05937a urxvt/receipt --- a/urxvt/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/urxvt/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="terminal with unicode support" MAINTAINER="sygne@ombres.eu" -DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage" +LICENSE="GPL2" SOURCE="rxvt-unicode" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html" WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" TAGS="terminal" +DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base xorg-xmessage" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --disable-perl --with-codesets='eu' \ --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 2b9f96603415 -r 380ffe05937a usb-modeswitch-data/receipt --- a/usb-modeswitch-data/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usb-modeswitch-data/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Device database and the rules file for usb_modeswitch." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.draisberghof.de/usb_modeswitch/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a usb-modeswitch/receipt --- a/usb-modeswitch/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usb-modeswitch/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="Handling Mode-Switching USB Devices on Linux." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.draisberghof.de/usb_modeswitch/" TARBALL="$PACKAGE-$VERSION.tar.bz2" EXTRA_SOURCE_FILES="$PACKAGE_DATA.tar.bz2 usb_modeswitch.setup" diff -r 2b9f96603415 -r 380ffe05937a usbip-dev/receipt --- a/usbip-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usbip-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="general USB device sharing system over IP network, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://usbip.sourceforge.net/" WANTED="usbip" @@ -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 $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a usbip/receipt --- a/usbip/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usbip/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="general USB device sharing system over IP network." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="sysfsutils glib libwrap linux-usbip" -BUILD_DEPENDS="sysfsutils-dev lzma libtool glib-dev libwrap libwrap-dev" WEB_SITE="http://usbip.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="usb" +DEPENDS="sysfsutils glib libwrap linux-usbip" +BUILD_DEPENDS="sysfsutils-dev lzma libtool glib-dev libwrap libwrap-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,15 +25,15 @@ ./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/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a usbutils-dev/receipt --- a/usbutils-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usbutils-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Development files for usbutils." MAINTAINER="erjo@slitaz.org" -DEPENDS="usbutils" +LICENSE="GPL2" WEB_SITE="http://linux-usb.sourceforge.net/" WANTED="usbutils" +DEPENDS="usbutils" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib + cp -a $install/usr/share/pkgconfig $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a usbutils/receipt --- a/usbutils/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/usbutils/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Displaying information about USB." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://linux-usb.sourceforge.net/" #WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" @@ -31,8 +32,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr sed -i s'/bash/sh/' $fs/usr/bin/usb-devices } diff -r 2b9f96603415 -r 380ffe05937a util-linux-blkid-dev/receipt --- a/util-linux-blkid-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-blkid-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The blkid devel files from Util linux NG." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include - cp -a $_pkg/usr/lib/libblkid.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig/blkid.pc $fs/usr/lib/pkgconfig - cp -a $_pkg/usr/include/blkid $fs/usr/include + cp -a $install/usr/lib/libblkid.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig/blkid.pc $fs/usr/lib/pkgconfig + cp -a $install/usr/include/blkid $fs/usr/include } diff -r 2b9f96603415 -r 380ffe05937a util-linux-blkid/receipt --- a/util-linux-blkid/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-blkid/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="base-system" SHORT_DESC="The blkid utility and library from Util linux NG." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base util-linux-uuid" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" +DEPENDS="glibc-base util-linux-uuid" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a util-linux-blockdev/receipt --- a/util-linux-blockdev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-blockdev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="base-system" SHORT_DESC="The blockdev utility from Util linux NG." MAINTAINER="devel@slitaz.org" -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/sbin - cp -a $_pkg/sbin/blockdev $fs/sbin + cp -a $install/sbin/blockdev $fs/sbin } # Overlap busybox diff -r 2b9f96603415 -r 380ffe05937a util-linux-cfdisk/receipt --- a/util-linux-cfdisk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-cfdisk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The cfdisk utility from Util linux NG." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a util-linux-cramfs/receipt --- a/util-linux-cramfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-cramfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="The cramfs utilities from Util linux NG." MAINTAINER="pankso@slitaz.org" -DEPENDS="zlib" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="zlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/sbin - cp -a $_pkg/sbin/*cramfs $fs/sbin + cp -a $install/sbin/*cramfs $fs/sbin } diff -r 2b9f96603415 -r 380ffe05937a util-linux-flock/receipt --- a/util-linux-flock/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-flock/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="base-system" SHORT_DESC="The flock utility from Util linux NG." MAINTAINER="liupeng " -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/flock $fs/usr/bin + cp -a $install/usr/bin/flock $fs/usr/bin } # Overlap busybox diff -r 2b9f96603415 -r 380ffe05937a util-linux-getopt/receipt --- a/util-linux-getopt/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-getopt/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="base-system" SHORT_DESC="The getopt utility from Util linux NG." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a util-linux-minix/receipt --- a/util-linux-minix/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-minix/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The minix utilities from Util linux NG." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/sbin - cp -a $_pkg/sbin/*minix $fs/sbin + cp -a $install/sbin/*minix $fs/sbin } diff -r 2b9f96603415 -r 380ffe05937a util-linux-mkfs/receipt --- a/util-linux-mkfs/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-mkfs/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The mkfs utility and library from Util linux." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WEB_SITE="http://kernel.org/~kzak/util-linux/" DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" diff -r 2b9f96603415 -r 380ffe05937a util-linux-mount-dev/receipt --- a/util-linux-mount-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-mount-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Libmount devel files." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r 2b9f96603415 -r 380ffe05937a util-linux-mount/receipt --- a/util-linux-mount/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-mount/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="base-system" SHORT_DESC="The mount utilities and libmount library from Util linux." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a util-linux-partx/receipt --- a/util-linux-partx/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-partx/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="system-tools" SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2b9f96603415 -r 380ffe05937a util-linux-setterm/receipt --- a/util-linux-setterm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-setterm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="base-system" SHORT_DESC="The setterm utility from Util linux NG." MAINTAINER="devel@slitaz.org" -DEPENDS="glibc-base" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/setterm $fs/usr/bin + cp -a $install/usr/bin/setterm $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a util-linux-sfdisk/receipt --- a/util-linux-sfdisk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-sfdisk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="The sfdisk utility from Util linux NG." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base ncurses" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" +DEPENDS="glibc-base ncurses" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/sbin - cp -a $_pkg/sbin/sfdisk $fs/sbin + cp -a $install/sbin/sfdisk $fs/sbin } diff -r 2b9f96603415 -r 380ffe05937a util-linux-uuid-dev/receipt --- a/util-linux-uuid-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-uuid-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The uuid devel files from Util linux NG." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://freecode.com/projects/util-linux/" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a util-linux-uuid/receipt --- a/util-linux-uuid/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-uuid/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The uuid utility and library from Util linux NG." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WANTED="util-linux" WEB_SITE="http://freecode.com/projects/util-linux/" HOST_ARCH="i486 arm" diff -r 2b9f96603415 -r 380ffe05937a util-linux-whereis/receipt --- a/util-linux-whereis/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux-whereis/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The whereis utility and library from Util linux." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL2" WEB_SITE="http://kernel.org/~kzak/util-linux/" DEPENDS="glibc-base" diff -r 2b9f96603415 -r 380ffe05937a util-linux/receipt --- a/util-linux/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/util-linux/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Util linux new generation (Meta package to build utility ans libs)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="util-linux" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://freecode.com/projects/util-linux/" diff -r 2b9f96603415 -r 380ffe05937a vfu/receipt --- a/vfu/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vfu/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="VFU is a console (text mode) file manager for UNIX/Linux." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses pcre" -BUILD_DEPENDS="ncurses-dev pcre-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cade.datamax.bg/vfu/" WGET_URL="http://cade.datamax.bg/vfu/$TARBALL" +DEPENDS="ncurses pcre" +BUILD_DEPENDS="ncurses-dev pcre-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a visualboyadvance-gtk/receipt --- a/visualboyadvance-gtk/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/visualboyadvance-gtk/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="games" SHORT_DESC="An emulator for Gameboy and Gameboy Advance systems (GTK frontend)." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" WANTED="visualboyadvance" -DEPENDS="libglademm visualboyadvance" WEB_SITE="http://vba.ngemu.com/" TAGS="emulator gameboy" +DEPENDS="libglademm visualboyadvance" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/gvba $fs/usr/bin + cp -a $install/usr/bin/gvba $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a visualboyadvance/receipt --- a/visualboyadvance/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/visualboyadvance/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,8 +5,7 @@ CATEGORY="games" SHORT_DESC="An emulator for Gameboy and Gameboy Advance systems." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="libsdl" -BUILD_DEPENDS="libglademm-dev libglademm libsdl-dev patch nasm gtk+-dev gtkmm-dev cairomm-dev libglade-dev libxml2-dev zlib-dev" +LICENSE="GPL2" SOURCE="VisualBoyAdvance" TARBALL="$SOURCE-src-$VERSION.tar.gz" CONFIG_FILES="'/etc/VisualBoyAdvance.cfg" @@ -14,6 +13,9 @@ WGET_URL="http://downloads.sourceforge.net/sourceforge/vba/$TARBALL" TAGS="emulator gameboy" +DEPENDS="libsdl" +BUILD_DEPENDS="libglademm-dev libglademm libsdl-dev patch nasm gtk+-dev gtkmm-dev cairomm-dev libglade-dev libxml2-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -30,14 +32,14 @@ --datadir=/usr/games \ --enable-gtk=2.4 \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install + make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin/VisualBoyAdvance $fs/usr/bin + cp -a $install/etc $fs + cp -a $install/usr/bin/VisualBoyAdvance $fs/usr/bin } diff -r 2b9f96603415 -r 380ffe05937a vlc/receipt --- a/vlc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vlc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="multimedia" SHORT_DESC="MPEG, VCD/DVD, and DivX player" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.videolan.org/vlc/" WGET_URL="http://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" TAGS="audio video multimedia movie player" + DEPENDS="libQtCore libQtGui libvlc" BUILD_DEPENDS="Qt4-dev alsa-lib-dev dbus-dev ffmpeg-dev gettext \ libmad-dev lua5.1-dev tar xcb-util-dev yasm expat-dev libxml2-dev" diff -r 2b9f96603415 -r 380ffe05937a vorbis-tools/receipt --- a/vorbis-tools/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vorbis-tools/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Vorbis encoder, decoder and tiny tools." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vorbis.com/" WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a vte-dev/receipt --- a/vte-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vte-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,17 +4,19 @@ VERSION="0.28.2" CATEGORY="development" SHORT_DESC="Terminal capabilities for GTK+ widgets devel files." -DEPENDS="vte" WANTED="vte" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" +DEPENDS="vte" + # 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/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/gir-1.0 $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a vte-terminal/receipt --- a/vte-terminal/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vte-terminal/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="X Terminal from the vte package." WANTED="vte" -DEPENDS="expat vte" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnome.org/" TAGS="terminal" +DEPENDS="expat vte" + # 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 2b9f96603415 -r 380ffe05937a vte/receipt --- a/vte/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/vte/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Terminal capabilities for GTK+ widgets." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a warzone2100/receipt --- a/warzone2100/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/warzone2100/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="3D realtime strategy game on a future Earth" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wz2100.net/" WGET_URL="$SF_MIRROR/warzone2100/releases/$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a wesnoth-music/receipt --- a/wesnoth-music/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/wesnoth-music/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Music files for wesnoth" MAINTAINER="mimas@slitaz.org" +WANTED="ofono" WANTED="wesnoth" WEB_SITE="http://www.wesnoth.org/" diff -r 2b9f96603415 -r 380ffe05937a wesnoth/receipt --- a/wesnoth/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/wesnoth/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,12 @@ CATEGORY="games" SHORT_DESC="Turn based strategy game" MAINTAINER="mimas@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.wesnoth.org/" +WGET_URL="$SF_MIRROR/wesnoth/$TARBALL" +TAGS="strategy" + DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net libsdl-image zlib pango \ cairo fontconfig libboost-regex libboost-iostreams libpng fribidi gcc-lib-base \ xcb-util libboost-system libboost-program-options" @@ -12,10 +18,6 @@ libsdl-ttf libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils \ lua-dev libboost-serialization-dev autoconf automake fribidi-dev \ libboost-system-dev libboost-program-options-dev cmake" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.wesnoth.org/" -WGET_URL="$SF_MIRROR/wesnoth/$TARBALL" -TAGS="strategy" # Rules to configure and make the package. compile_rules() @@ -30,24 +32,24 @@ { # programs mkdir -p $fs/usr/bin - cp $_pkg/usr/bin/wesnoth $fs/usr/bin/ + cp $install/usr/bin/wesnoth $fs/usr/bin/ # data mkdir -p $fs/usr/share/wesnoth/ - cp -a $_pkg/usr/share/wesnoth/data $fs/usr/share/wesnoth/ - cp -a $_pkg/usr/share/wesnoth/fonts $fs/usr/share/wesnoth/ - cp -a $_pkg/usr/share/wesnoth/images $fs/usr/share/wesnoth/ - cp -a $_pkg/usr/share/wesnoth/sounds $fs/usr/share/wesnoth/ + cp -a $install/usr/share/wesnoth/data $fs/usr/share/wesnoth/ + cp -a $install/usr/share/wesnoth/fonts $fs/usr/share/wesnoth/ + cp -a $install/usr/share/wesnoth/images $fs/usr/share/wesnoth/ + cp -a $install/usr/share/wesnoth/sounds $fs/usr/share/wesnoth/ mkdir $fs/usr/share/wesnoth/translations if [ ! "$LOCALE" = "" ]; then for i in $LOCALE do - cp -a $_pkg/usr/share/wesnoth/translations/$i \ + cp -a $install/usr/share/wesnoth/translations/$i \ $fs/usr/share/wesnoth/translations done else - cp -a $_pkg/usr/share/wesnoth/translations \ + cp -a $install/usr/share/wesnoth/translations \ $fs/usr/share/wesnoth/ fi @@ -55,8 +57,8 @@ rm $fs/usr/share/wesnoth/data/core/music/*.ogg 2> /dev/null # finalize - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a wmctrl/receipt --- a/wmctrl/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/wmctrl/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,28 +5,30 @@ CATEGORY="misc" SHORT_DESC="Control your EWMH compliant window manager from command line" MAINTAINER="jozee@slitaz.org" -DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \ -xorg-libXext xorg-libXmu xorg-libXt" -BUILD_DEPENDS="glib-dev xorg-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/" WGET_URL="$WEB_SITE/$TARBALL" TAGS="wm window-manager desktop" +DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \ +xorg-libXext xorg-libXmu xorg-libXt" +BUILD_DEPENDS="glib-dev xorg-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr && 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/bin - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a wxdfast/receipt --- a/wxdfast/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/wxdfast/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Download Manager." MAINTAINER="erjo@slitaz.org" -DEPENDS="wxWidgets xorg-libXdamage xorg-libXxf86vm" -BUILD_DEPENDS="wxWidgets-dev" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WEB_SITE="http://dfast.sourceforge.net/index.html" WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/dfast/$TARBALL" +DEPENDS="wxWidgets xorg-libXdamage xorg-libXxf86vm" +BUILD_DEPENDS="wxWidgets-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,7 +21,7 @@ ./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. @@ -29,11 +31,11 @@ $fs/usr/share \ $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/wxdfast $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/wxdfast $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a x264-dev/receipt --- a/x264-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/x264-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,17 +4,19 @@ VERSION="20120522-2245" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="x264 devel files" WEB_SITE="http://www.videolan.org/developers/x264.html" -DEPENDS="x264" WANTED="x264" SOURCE="$WANTED-snapshot" +DEPENDS="x264" + # 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/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/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/include $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a x264/receipt --- a/x264/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/x264/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -4,21 +4,23 @@ VERSION="20120522-2245" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="free library for encoding H264/AVC video streams" WEB_SITE="http://www.videolan.org/developers/x264.html" -DEPENDS="glibc-base" -BUILD_DEPENDS="yasm" SOURCE="$PACKAGE-snapshot" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="yasm" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --enable-shared && make && - make DESTDIR=$PWD/_pkg \ + make DESTDIR=$DESTDIR \ bindir=/usr/bin \ libdir=/usr/lib \ includedir=/usr/include install @@ -28,6 +30,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 2b9f96603415 -r 380ffe05937a xchat-plugin/receipt --- a/xchat-plugin/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xchat-plugin/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="IRC client using GTK+ with plugins support" MAINTAINER="lenios@slitaz.org" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" +LICENSE="GPL2" SOURCE="xchat" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xchat.org/" WGET_URL="http://www.xchat.org/files/source/2.8/$TARBALL" PROVIDE="xchat" +DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" + # Rules to configure and make the package. compile_rules() { @@ -30,7 +32,7 @@ --enable-ipv6 \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -38,6 +40,6 @@ { mkdir -p $fs/usr \ $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr -# cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/bin $fs/usr +# cp -a $install/usr/share/dbus-1 $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a xchat/receipt --- a/xchat/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xchat/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="IRC client using GTK+" MAINTAINER="lenios@slitaz.org" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xchat.org/" WGET_URL="http://www.xchat.org/files/source/2.8/$TARBALL" +DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" + # Rules to configure and make the package. compile_rules() { @@ -29,7 +31,7 @@ --enable-ipv6 \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -37,6 +39,6 @@ { mkdir -p $fs/usr \ $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - # cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/bin $fs/usr + # cp -a $install/usr/share/dbus-1 $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a xchm/receipt --- a/xchm/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xchm/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Cross-platform GUI for chmlib" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xchm.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -24,8 +25,8 @@ genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 2b9f96603415 -r 380ffe05937a xdigger/receipt --- a/xdigger/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xdigger/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Digger rewritten for X11." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.ibiblio.org/pub/Linux/games/arcade/xdigger.lsm" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="$(dirname $WEB_SITE)/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a xfce4-appfinder/receipt --- a/xfce4-appfinder/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-appfinder/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Application Finder" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -29,9 +30,9 @@ { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale } diff -r 2b9f96603415 -r 380ffe05937a xfce4-mixer/receipt --- a/xfce4-mixer/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-mixer/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Audio Mixer" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -32,12 +33,12 @@ $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/xfce4 $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/xfce4-mixer $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/$PACKAGE $fs/usr/lib + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/xfce4 $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/xfce4-mixer $fs/usr/share rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable diff -r 2b9f96603415 -r 380ffe05937a xfce4-notifyd/receipt --- a/xfce4-notifyd/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-notifyd/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Simple, visually-appealing notification daemon for Xfce" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a xfce4-ristretto/receipt --- a/xfce4-ristretto/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-ristretto/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Picture-viewer for Xfce " MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" SOURCE="ristretto" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/ristretto" @@ -28,10 +29,10 @@ $fs/usr/share/icons/hicolor \ $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor - cp -a $_pkg/usr/share/icons/hicolor/22* $fs/usr/share/icons/hicolor - cp -a $_pkg/usr/share/icons/hicolor/32* $fs/usr/share/icons/hicolor + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor + cp -a $install/usr/share/icons/hicolor/22* $fs/usr/share/icons/hicolor + cp -a $install/usr/share/icons/hicolor/32* $fs/usr/share/icons/hicolor ln -s /usr/share/icons/hicolor/32x32/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png } diff -r 2b9f96603415 -r 380ffe05937a xfce4-settings/receipt --- a/xfce4-settings/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-settings/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Settings Manager" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -38,10 +39,10 @@ mkdir -p $fs/usr \ $fs/usr/share/locale - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/etc $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/applications $fs/usr/share if [ -f $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml ]; then sed -i 's/Xfce/Clearlooks/' $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff -r 2b9f96603415 -r 380ffe05937a xfce4-taskmanager/receipt --- a/xfce4-taskmanager/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfce4-taskmanager/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Simple taskmanager for Xfce." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a xfconf-dev/receipt --- a/xfconf-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfconf-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="Xfce Configuration Utility dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="xfconf glib-dev dbus-dev dbus-glib-dev " +LICENCE="GPL2" WANTED="xfconf" WEB_SITE="http://www.xfce.org" +DEPENDS="xfconf glib-dev dbus-dev dbus-glib-dev " + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr \ $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 2b9f96603415 -r 380ffe05937a xfconf/receipt --- a/xfconf/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfconf/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Xfce Copnfiguration Utility" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ libxfce4util dbus-glib" -BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="gtk+ libxfce4util dbus-glib" +BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev intltool" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a xfe-extras/receipt --- a/xfe-extras/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfe-extras/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Xfe File manager tools." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://roland65.free.fr/xfe/" WANTED="xfe" diff -r 2b9f96603415 -r 380ffe05937a xfe/receipt --- a/xfe/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfe/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Xfe File manager and utility using Fox toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://roland65.free.fr/xfe/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -32,9 +33,9 @@ cp -a $install/usr/share/xfe/xferc $fs/usr/share/xfe sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc # Tango/Gnome icons theme only - cp -a $_pkg/usr/share/xfe/icons/tango-theme \ + cp -a $install/usr/share/xfe/icons/tango-theme \ $fs/usr/share/xfe/icons - cp -a $_pkg/usr/share/xfe/icons/gnome-theme \ + cp -a $install/usr/share/xfe/icons/gnome-theme \ $fs/usr/share/xfe/icons # Remove unwanted desktop menus. diff -r 2b9f96603415 -r 380ffe05937a xfi/receipt --- a/xfi/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfi/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X File Image viewer using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" DEPENDS="fox" WANTED="xfe" WEB_SITE="http://roland65.free.fr/xfe/" @@ -14,6 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files } diff -r 2b9f96603415 -r 380ffe05937a xfmedia/receipt --- a/xfmedia/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfmedia/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Xfce Media Player" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://spuriousinterrupt.org/projects/xfmedia" WGET_URL="http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2" @@ -36,10 +37,10 @@ { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs/ + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/lib/$PACKAGE $fs/usr/lib # Clean up find $fs/usr/lib -name "*.*a" -exec rm -f {} \; diff -r 2b9f96603415 -r 380ffe05937a xfmpc/receipt --- a/xfmpc/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfmpc/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="MPD client for Xfce." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfmpc" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -29,6 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a xfprint-dev/receipt --- a/xfprint-dev/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfprint-dev/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Xfce Printer manager dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="xfprint" +LICENSE="GPL2" WANTED="xfprint" WEB_SITE="http://www.xfce.org" +DEPENDS="xfprint" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/xfce4/xfprint-plugins - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 2b9f96603415 -r 380ffe05937a xfprint/receipt --- a/xfprint/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfprint/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Printer manager" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/$VERSION/src/$TARBALL" @@ -27,8 +28,8 @@ { 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 # Remove unecessary files find $fs/ -name "*.*a" -exec rm -f {} \; diff -r 2b9f96603415 -r 380ffe05937a xfw/receipt --- a/xfw/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xfw/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="X File Writer - Text editor using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="GPL2" WANTED="xfe" WEB_SITE="http://roland65.free.fr/xfe/" LOCALE="" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files } diff -r 2b9f96603415 -r 380ffe05937a xine-plugin/receipt --- a/xine-plugin/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xine-plugin/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Xine media player firefox plugin." MAINTAINER="pankso@slitaz.org" -DEPENDS="xine-lib firefox" -BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xinehq.de/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" +DEPENDS="xine-lib firefox" +BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev" + # Rules to configure and make the package. compile_rules() { @@ -18,14 +20,14 @@ ./configure --prefix=/usr \ --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/share/xine - cp -a $_pkg/root/.mozilla/plugins/xineplugin.so $fs/usr/share/xine + cp -a $install/root/.mozilla/plugins/xineplugin.so $fs/usr/share/xine } # Pre and post install commands for Tazpkg. diff -r 2b9f96603415 -r 380ffe05937a xine-ui/receipt --- a/xine-ui/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xine-ui/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Xine media player user interface." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.xine-project.org/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a xosd/receipt --- a/xosd/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xosd/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Light on screen display tool." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/libxosd/" WGET_URL="$SF_MIRROR/project/libxosd/libxosd/$PACKAGE-$VERSION/$TARBALL" diff -r 2b9f96603415 -r 380ffe05937a xournal/receipt --- a/xournal/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xournal/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="utilities" SHORT_DESC="Notetaking application." MAINTAINER="meshca@clarkson.edu" -DEPENDS="gtk+ libgnomecanvas poppler poppler-apps gcc-lib-base" -BUILD_DEPENDS="autoconf automake gtk+-dev libgnomecanvas libgnomecanvas-dev \ -poppler poppler-dev zlib-dev libart_lgpl-dev" +LICENSE="GPL2" SUGGESTED="ghostscript" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xournal.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+ libgnomecanvas poppler poppler-apps gcc-lib-base" +BUILD_DEPENDS="autoconf automake gtk+-dev libgnomecanvas libgnomecanvas-dev \ +poppler poppler-dev zlib-dev libart_lgpl-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,15 +27,15 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install && make DESTDIR=$PWD/_pkg desktop-install + make && make DESTDIR=$DESTDIR install && make DESTDIR=$DESTDIR desktop-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/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr } post_install() diff -r 2b9f96603415 -r 380ffe05937a xplanet/receipt --- a/xplanet/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/xplanet/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Render major planets into the X root window." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xplanet.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="perl jpeg libpng zlib tiff xorg-libX11 freetype pango fontconfig \ glib xorg-libXau xorg-libXdmcp expat giflib xorg-libXss gcc-lib-base \ util-linux-uuid" @@ -32,7 +34,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/xplanet $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/share/xplanet $fs/usr/share + cp -a $install/usr/bin $fs/usr } diff -r 2b9f96603415 -r 380ffe05937a yacpi/receipt --- a/yacpi/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/yacpi/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Yet Another Configuration and Power Interface." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses libacpi" -BUILD_DEPENDS="ncurses-dev libacpi-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ngolde.de/yacpi.html" WGET_URL="http://www.ngolde.de/download/$TARBALL" +DEPENDS="ncurses libacpi" +BUILD_DEPENDS="ncurses-dev libacpi-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2b9f96603415 -r 380ffe05937a zoneminder/receipt --- a/zoneminder/receipt Sat Aug 10 13:52:56 2013 +0000 +++ b/zoneminder/receipt Sat Aug 10 17:00:38 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="misc" SHORT_DESC="Linux video camera security and surveillance solution." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.zoneminder.com/" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://www2.zoneminder.com/downloads/$TARBALL" @@ -40,7 +41,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $stuff/* $fs + cp -a $install/* $stuff/* $fs cp $src/db/zm_create.sql $fs/usr/share/zoneminder chown -R root.root $fs/usr/share/zoneminder/zm_create.sql \ $fs/usr/lib/perl* $fs/etc/*.d/zoneminder