# HG changeset patch # User Pascal Bellard # Date 1385826291 0 # Node ID bb009a6ef03628d576e97a4bc7542e411aa56f7b # Parent 3d805214d753d42e2c840db18870f1894c6a0450 Add some licenses diff -r 3d805214d753 -r bb009a6ef036 mingw32-runtime-headers/receipt --- a/mingw32-runtime-headers/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mingw32-runtime-headers/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="MinGW32 runtime headers." MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="" + # 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 @@ -22,14 +24,14 @@ { cd $src - mkdir -p _pkg$MINGW32_ROOT - cp -a include _pkg$MINGW32_ROOT - cp -a profile/*.h _pkg$MINGW32_ROOT/include + mkdir -p $DESTDIR$MINGW32_ROOT + cp -a include $DESTDIR$MINGW32_ROOT + cp -a profile/*.h $DESTDIR$MINGW32_ROOT/include } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 3d805214d753 -r bb009a6ef036 mingw32-runtime/receipt --- a/mingw32-runtime/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mingw32-runtime/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="development" SHORT_DESC="MinGW32 runtime." MAINTAINER="rcx@zoominternet.net" -DEPENDS="mingw32-w32api" -BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c mingw32-w32api" +LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" MINGW32_ID="i586-pc-mingw32" +DEPENDS="mingw32-w32api" +BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c mingw32-w32api" + # 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 @@ -44,8 +46,8 @@ genpkg_rules() { mkdir -p $fs$MINGW32_ROOT - cp -a $_pkg/usr/bin $fs$MINGW32_ROOT - cp -a $_pkg/usr/lib $fs$MINGW32_ROOT + cp -a $install/usr/bin $fs$MINGW32_ROOT + cp -a $install/usr/lib $fs$MINGW32_ROOT } # Rules to setup after installation diff -r 3d805214d753 -r bb009a6ef036 mingw32-toolchain/receipt --- a/mingw32-toolchain/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mingw32-toolchain/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="meta" SHORT_DESC="MinGW32 toolchain meta package for devel." MAINTAINER="rcx@zoominternet.net" +LICENSE="PublicDomain" +WEB_SITE="http://www.slitaz.org/" + DEPENDS="mingw32-gcc" -WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3d805214d753 -r bb009a6ef036 mingw32-w32api-headers/receipt --- a/mingw32-w32api-headers/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mingw32-w32api-headers/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="MinGW32 w32api headers." MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="" + # 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 @@ -22,13 +24,13 @@ { cd $src - mkdir -p _pkg$MINGW32_ROOT - cp -a include _pkg$MINGW32_ROOT + mkdir -p $DESTDIR$MINGW32_ROOT + cp -a include $DESTDIR$MINGW32_ROOT } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 3d805214d753 -r bb009a6ef036 mingw32-w32api/receipt --- a/mingw32-w32api/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mingw32-w32api/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="development" SHORT_DESC="MinGW32 w32api." MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c" +LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" MINGW32_ID="i586-pc-mingw32" +DEPENDS="" +BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c" + # 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 @@ -44,7 +46,7 @@ genpkg_rules() { mkdir -p $fs$MINGW32_ROOT - cp -a $_pkg/usr/lib $fs$MINGW32_ROOT + cp -a $install/usr/lib $fs$MINGW32_ROOT chown -R root.root $fs } diff -r 3d805214d753 -r bb009a6ef036 minicom/receipt --- a/minicom/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/minicom/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="menu driven communications program" MAINTAINER="f.lombard@free.fr" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://alioth.debian.org/projects/minicom/" WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/minirc.dfl" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,15 +26,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 mkdir -p $fs/etc touch $fs$CONFIG_FILES } - diff -r 3d805214d753 -r bb009a6ef036 miniupnpc-dev/receipt --- a/miniupnpc-dev/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/miniupnpc-dev/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://miniupnp.tuxfamily.org/" WANTED="miniupnpc" diff -r 3d805214d753 -r bb009a6ef036 miniupnpc/receipt --- a/miniupnpc/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/miniupnpc/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://miniupnp.tuxfamily.org/" WGET_URL="$WEB_SITE/files/$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 mirage/receipt --- a/mirage/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mirage/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,22 +5,23 @@ CATEGORY="graphics" SHORT_DESC="A fast and simple image viewer." MAINTAINER="paul@slitaz.org" -DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" -BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://mirageiv.berlios.de/" WGET_URL="http://download.berlios.de/mirageiv/$TARBALL" +DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" +BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } - diff -r 3d805214d753 -r bb009a6ef036 miro/receipt --- a/miro/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/miro/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="The free and open source internet TV platform." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.getmiro.com" WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 mirror-tools/receipt --- a/mirror-tools/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mirror-tools/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Mirrors toolset." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 3d805214d753 -r bb009a6ef036 mitter/receipt --- a/mitter/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mitter/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Mitter is a client for Twitter." MAINTAINER="claudinei@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/mitter" WGET_URL="http://mitter.googlecode.com/files/$TARBALL" @@ -16,7 +17,7 @@ { 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. @@ -24,6 +25,5 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/mitter.desktop $fs/usr/share/applications - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } - diff -r 3d805214d753 -r bb009a6ef036 mlt-dev/receipt --- a/mlt-dev/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mlt-dev/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -4,15 +4,17 @@ VERSION="0.7.2" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="mlt devel files" WEB_SITE="http://www.mltframework.org" +WANTED="mlt" + DEPENDS="mlt" -WANTED="mlt" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - 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 3d805214d753 -r bb009a6ef036 mlt/receipt --- a/mlt/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mlt/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -4,13 +4,15 @@ VERSION="0.7.2" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="An open source multimedia framework" WEB_SITE="http://www.mltframework.org" -DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="multimedia" +DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins" + # Rules to configure and make the package. compile_rules() { @@ -29,9 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/$PACKAGE $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/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE - + 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/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE } diff -r 3d805214d753 -r bb009a6ef036 mm-common/receipt --- a/mm-common/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mm-common/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Common build files of the C++ bindings" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gtkmm.org" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -20,6 +21,6 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 3d805214d753 -r bb009a6ef036 mmx-emu/receipt --- a/mmx-emu/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mmx-emu/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="MMX/EMMX/3Dnow! emulator." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www-sop.inria.fr/members/Sylvain.Pion/progs/mmx-emu/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 moc/receipt --- a/moc/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/moc/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC="Music on console." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://moc.daper.net/" +WGET_URL="ftp://ftp.daper.net/pub/soft/moc/stable/$TARBALL" + DEPENDS="alsa-lib libvorbis libogg libmad libid3tag flac curl \ libsamplerate libsndfile libtool ffmpeg ncursesw" BUILD_DEPENDS="libvorbis-dev libogg-dev libmad-dev libid3tag-dev flac-dev \ curl-dev libsamplerate-dev alsa-lib-dev libcurl ncurses-dev \ libsndfile-dev libsndfile libid3tag pkg-config libsamplerate" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://moc.daper.net/" -WGET_URL="ftp://ftp.daper.net/pub/soft/moc/stable/$TARBALL" # 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/lib/moc $fs/usr/share/doc $fs/usr/share/moc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/moc/* $fs/usr/lib/moc - cp -a $_pkg/usr/share/doc/* $fs/usr/share/doc - cp -a $_pkg/usr/share/moc/* $fs/usr/share/moc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/moc/* $fs/usr/lib/moc + cp -a $install/usr/share/doc/* $fs/usr/share/doc + cp -a $install/usr/share/moc/* $fs/usr/share/moc # strip unneeded libraries rm $fs/usr/lib/moc/decoder_plugins/*.*a diff -r 3d805214d753 -r bb009a6ef036 mongodb/receipt --- a/mongodb/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mongodb/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="MongoDB bridges the gap between key-value stores and traditional RDBMS systems" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3 Apache" +TARBALL="$PACKAGE-src-r${VERSION}.tar.gz" +WEB_SITE="http://www.mongodb.org/" +WGET_URL="http://downloads.mongodb.org/src/$TARBALL" + DEPENDS="pcre libboost-filesystem libboost-thread libboost-program-options \ spidermonkey" BUILD_DEPENDS="$DEPENDS scons pcre-dev libboost-dev libboost-filesystem-dev \ libboost-thread-dev libboost-program-options-dev spidermonkey-dev" -TARBALL="$PACKAGE-src-r${VERSION}.tar.gz" -WEB_SITE="http://www.mongodb.org/" -WGET_URL="http://downloads.mongodb.org/src/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 3d805214d753 -r bb009a6ef036 moonshiner/receipt --- a/moonshiner/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/moonshiner/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="office" SHORT_DESC="GUI for Ghostscript's PostScript-to-PDF converter." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://moonshiner.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="python pygtk ghostscript" BUILD_DEPENDS="python-dev pygtk-dev" -WEB_SITE="http://moonshiner.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - 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 - 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 3d805214d753 -r bb009a6ef036 moosefs/receipt --- a/moosefs/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/moosefs/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="Fault tolerant, network distributed file system." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.moosefs.org/" WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL" @@ -30,9 +31,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/usr/share/mfscgi $fs/usr/share - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/usr/share/mfscgi $fs/usr/share + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 3d805214d753 -r bb009a6ef036 mozplugger/receipt --- a/mozplugger/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mozplugger/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="A Mozilla & Firefox multimedia plugin." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="xorg-libX11" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mozplugger.mozdev.org" WGET_URL="$WEB_SITE/files/$TARBALL" +DEPENDS="xorg-libX11" + # Rules to configure and make the package. compile_rules() { diff -r 3d805214d753 -r bb009a6ef036 mp3gain/receipt --- a/mp3gain/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mp3gain/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Analyzes and adjusts volume on mp3 files." MAINTAINER="paul@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION-src.zip" WEB_SITE="http://mp3gain.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 3d805214d753 -r bb009a6ef036 mp3info/receipt --- a/mp3info/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mp3info/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Little utility used to read and modify the ID3 tags of MP3 files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://ibiblio.org/mp3info/" WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 mpc-library/receipt --- a/mpc-library/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mpc-library/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="MPC is a C library for the arithmetic of complex numbers." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="mpc" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.multiprecision.org/" diff -r 3d805214d753 -r bb009a6ef036 mpc/receipt --- a/mpc/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mpc/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="multimedia" SHORT_DESC="A command line tool to interface MPD." MAINTAINER="paul@slitaz.org" -DEPENDS="mpd libmpdclient" -BUILD_DEPENDS="libmpdclient-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.musicpd.org/mpc.shtml" WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL" +DEPENDS="mpd libmpdclient" +BUILD_DEPENDS="libmpdclient-dev" + compile_rules() { cd $src ./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/share/mpc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/doc/$PACKAGE $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share } diff -r 3d805214d753 -r bb009a6ef036 mplayer-codecs/receipt --- a/mplayer-codecs/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mplayer-codecs/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="All MPlayer codecs for SliTaz." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.mplayerhq.hu/design7/news.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2" diff -r 3d805214d753 -r bb009a6ef036 mplayer-skins/receipt --- a/mplayer-skins/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mplayer-skins/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="multimedia" SHORT_DESC="MPlayer skin selection for SliTaz." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.mplayerhq.hu/design7/news.html" + DEPENDS="mplayer" -WEB_SITE="http://www.mplayerhq.hu/design7/news.html" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3d805214d753 -r bb009a6ef036 mplayer-svn/receipt --- a/mplayer-svn/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mplayer-svn/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,17 +5,18 @@ CATEGORY="multimedia" SHORT_DESC="Mplayer SVN version" MAINTAINER="jozee@slitaz.org" -DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ -xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass" -SUGGESTED="libv4l" -BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" -SUGGESTED="" +LICENSE="GPL2" WEB_SITE="http://www.mplayerhq.hu/design7/news.html" PROVIDE="mplayer" TAGS="player movie audio video" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|svn://svn.mplayerhq.hu/mplayer/trunk" BRANCH="$VERSION" +SUGGESTED="libv4l" + +DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ +xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass" +BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" # Rules to configure and make the package. # @@ -55,7 +56,7 @@ --disable-mmx --disable-mmxext --disable-3dnow --disable-3dnowext \ --disable-sse --disable-sse2 --disable-ssse3 --disable-fastmemcpy && make $MAKEFLAGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -63,12 +64,12 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/mplayer.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr # Mencoder goes in a splited package. rm $fs/usr/bin/mencoder - cp -a $_pkg/usr/share/mplayer $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/etc $fs + cp -a $install/usr/share/mplayer $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/etc $fs cp $src/etc/example.conf $fs/etc/mplayer # Config to use Xv by default. cp stuff/mplayer.conf $fs/etc/mplayer diff -r 3d805214d753 -r bb009a6ef036 mplayer/receipt --- a/mplayer/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mplayer/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="The Ultimate Movie Player For Linux." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="MPlayer" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.mplayerhq.hu/design7/news.html" diff -r 3d805214d753 -r bb009a6ef036 mrxvt/receipt --- a/mrxvt/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mrxvt/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="Terminal emulator with muli-tabs support." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://materm.sourceforge.net/" +WGET_URL="$SF_MIRROR/materm/$TARBALL" + DEPENDS="libpng jpeg freetype expat fontconfig xorg-libICE xorg-libSM \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXpm xorg-libXrender \ zlib" BUILD_DEPENDS="xorg-dev libpng-dev jpeg-dev freetype-dev" -TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://materm.sourceforge.net/" -WGET_URL="$SF_MIRROR/materm/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,12 +27,12 @@ --enable-menubar \ $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 3d805214d753 -r bb009a6ef036 mscore/receipt --- a/mscore/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mscore/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC="a WYSIWYG music notation program" MAINTAINER="allan316@gmail.com" -DEPENDS="libQtCore libQtGui libQtDesigner libQtScriptTools libQtNetwork libQtSvg \ -libQtXml portaudio libsndfile alsa-lib libssl libcrypto" -BUILD_DEPENDS="cmake doxygen qmake Qt4-dev portaudio-dev alsa-lib-dev libsndfile-dev" +LICENSE="GPL2" SOURCE="MuseScore" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://musescore.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="libQtCore libQtGui libQtDesigner libQtScriptTools libQtNetwork libQtSvg \ +libQtXml portaudio libsndfile alsa-lib libssl libcrypto" +BUILD_DEPENDS="cmake doxygen qmake Qt4-dev portaudio-dev alsa-lib-dev libsndfile-dev" + # Rules to configure and make the package. compile_rules() { diff -r 3d805214d753 -r bb009a6ef036 mspdebug/receipt --- a/mspdebug/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mspdebug/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="free debugger for use with MSP430 MCUs." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -18,11 +19,11 @@ cd $src sed -i 's|/usr/local|/usr|' Makefile make WITHOUT_READLINE=1 && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 3d805214d753 -r bb009a6ef036 mtdev-dev/receipt --- a/mtdev-dev/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mtdev-dev/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="mtdev devel files" MAINTAINER="mojo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://bitmath.org/code/mtdev/" WANTED="mtdev" diff -r 3d805214d753 -r bb009a6ef036 mtdev/receipt --- a/mtdev/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mtdev/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Multitouch Protocol Translation Library" MAINTAINER="mojo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://bitmath.org/code/mtdev/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 mtp-tools/receipt --- a/mtp-tools/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mtp-tools/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,14 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Media Transfer Protocol (MTP) tuilities" MAINTAINER="erjo@slitaz.org" -DEPENDS="libusb-compat" -BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev" +LICENSE="LGPL2.1" SOURCE="libmtp" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://libmtp.sourceforge.net/" WANTED="libmtp" DEPENDS="libmtp" +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3d805214d753 -r bb009a6ef036 mtr/receipt --- a/mtr/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mtr/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="My traceroute." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.bitwizard.nl/mtr/" WGET_URL="ftp://ftp.bitwizard.nl/mtr/$TARBALL" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --without-gtk \ --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 3d805214d753 -r bb009a6ef036 multitail/receipt --- a/multitail/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/multitail/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Monitor multiple log files." MAINTAINER="erjo@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.vanheusden.com/multitail/" WGET_URL="http://www.vanheusden.com/multitail/$TARBALL" CONFIG_FILES="/etc/multitail.conf" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { diff -r 3d805214d753 -r bb009a6ef036 muninlite/receipt --- a/muninlite/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/muninlite/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple Munin node." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 3d805214d753 -r bb009a6ef036 mupen64plus/receipt --- a/mupen64plus/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mupen64plus/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Nintendo64 Emulator" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" SOURCE="Mupen64Plus" TARBALL="$SOURCE-${VERSION//./-}-src.tar.gz" WEB_SITE="http://code.google.com/p/mupen64plus/" diff -r 3d805214d753 -r bb009a6ef036 murrine-svn-themes/receipt --- a/murrine-svn-themes/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/murrine-svn-themes/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC=" some murrine themes" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL3" DEPENDS="murrine" WEB_SITE="http://www.cimitan.com/murrine" diff -r 3d805214d753 -r bb009a6ef036 mutt/receipt --- a/mutt/receipt Sat Nov 30 11:34:10 2013 +0000 +++ b/mutt/receipt Sat Nov 30 15:44:51 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="network" SHORT_DESC="Small and powerful text-based mail client" MAINTAINER="paul@slitaz.org" -DEPENDS="openssl ncurses zlib libidn" -BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mutt.org" WGET_URL="ftp://ftp.mutt.org/mutt/devel/$TARBALL" +DEPENDS="openssl ncurses zlib libidn" +BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev" + # Rules to configure and make the package. compile_rules() { @@ -35,9 +37,9 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc/* $fs/etc - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/etc/* $fs/etc + cp -a $install/usr/share $fs/usr rm -r $fs/usr/share/doc rm -r $fs/usr/share/man }