wok-next rev 15583
Add some licenses
line diff
1.1 --- a/mingw32-runtime-headers/receipt Sat Nov 30 11:34:10 2013 +0000 1.2 +++ b/mingw32-runtime-headers/receipt Sat Nov 30 15:44:51 2013 +0000 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="MinGW32 runtime headers." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="" 1.9 +LICENSE="PublicDomain" 1.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://www.mingw.org/" 1.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 1.13 1.14 +DEPENDS="" 1.15 +BUILD_DEPENDS="" 1.16 + 1.17 # Configuration only needs included if we're in the build/wok environment 1.18 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.19 . $WOK/mingw32-toolchain/stuff/mingw32.conf 1.20 @@ -22,14 +24,14 @@ 1.21 { 1.22 cd $src 1.23 1.24 - mkdir -p _pkg$MINGW32_ROOT 1.25 - cp -a include _pkg$MINGW32_ROOT 1.26 - cp -a profile/*.h _pkg$MINGW32_ROOT/include 1.27 + mkdir -p $DESTDIR$MINGW32_ROOT 1.28 + cp -a include $DESTDIR$MINGW32_ROOT 1.29 + cp -a profile/*.h $DESTDIR$MINGW32_ROOT/include 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs 1.36 - cp -a $_pkg/* $fs 1.37 + cp -a $install/* $fs 1.38 }
2.1 --- a/mingw32-runtime/receipt Sat Nov 30 11:34:10 2013 +0000 2.2 +++ b/mingw32-runtime/receipt Sat Nov 30 15:44:51 2013 +0000 2.3 @@ -6,13 +6,15 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="MinGW32 runtime." 2.6 MAINTAINER="rcx@zoominternet.net" 2.7 -DEPENDS="mingw32-w32api" 2.8 -BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c mingw32-w32api" 2.9 +LICENSE="PublicDomain" 2.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 2.11 WEB_SITE="http://www.mingw.org/" 2.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 2.13 MINGW32_ID="i586-pc-mingw32" 2.14 2.15 +DEPENDS="mingw32-w32api" 2.16 +BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c mingw32-w32api" 2.17 + 2.18 # Configuration only needs included if we're in the build/wok environment 2.19 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 2.20 . $WOK/mingw32-toolchain/stuff/mingw32.conf 2.21 @@ -44,8 +46,8 @@ 2.22 genpkg_rules() 2.23 { 2.24 mkdir -p $fs$MINGW32_ROOT 2.25 - cp -a $_pkg/usr/bin $fs$MINGW32_ROOT 2.26 - cp -a $_pkg/usr/lib $fs$MINGW32_ROOT 2.27 + cp -a $install/usr/bin $fs$MINGW32_ROOT 2.28 + cp -a $install/usr/lib $fs$MINGW32_ROOT 2.29 } 2.30 2.31 # Rules to setup after installation
3.1 --- a/mingw32-toolchain/receipt Sat Nov 30 11:34:10 2013 +0000 3.2 +++ b/mingw32-toolchain/receipt Sat Nov 30 15:44:51 2013 +0000 3.3 @@ -5,8 +5,10 @@ 3.4 CATEGORY="meta" 3.5 SHORT_DESC="MinGW32 toolchain meta package for devel." 3.6 MAINTAINER="rcx@zoominternet.net" 3.7 +LICENSE="PublicDomain" 3.8 +WEB_SITE="http://www.slitaz.org/" 3.9 + 3.10 DEPENDS="mingw32-gcc" 3.11 -WEB_SITE="http://www.slitaz.org/" 3.12 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules()
4.1 --- a/mingw32-w32api-headers/receipt Sat Nov 30 11:34:10 2013 +0000 4.2 +++ b/mingw32-w32api-headers/receipt Sat Nov 30 15:44:51 2013 +0000 4.3 @@ -6,12 +6,14 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="MinGW32 w32api headers." 4.6 MAINTAINER="rcx@zoominternet.net" 4.7 -DEPENDS="" 4.8 -BUILD_DEPENDS="" 4.9 +LICENSE="PublicDomain" 4.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 4.11 WEB_SITE="http://www.mingw.org/" 4.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 4.13 4.14 +DEPENDS="" 4.15 +BUILD_DEPENDS="" 4.16 + 4.17 # Configuration only needs included if we're in the build/wok environment 4.18 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 4.19 . $WOK/mingw32-toolchain/stuff/mingw32.conf 4.20 @@ -22,13 +24,13 @@ 4.21 { 4.22 cd $src 4.23 4.24 - mkdir -p _pkg$MINGW32_ROOT 4.25 - cp -a include _pkg$MINGW32_ROOT 4.26 + mkdir -p $DESTDIR$MINGW32_ROOT 4.27 + cp -a include $DESTDIR$MINGW32_ROOT 4.28 } 4.29 4.30 # Rules to gen a SliTaz package suitable for Tazpkg. 4.31 genpkg_rules() 4.32 { 4.33 mkdir -p $fs 4.34 - cp -a $_pkg/* $fs 4.35 + cp -a $install/* $fs 4.36 }
5.1 --- a/mingw32-w32api/receipt Sat Nov 30 11:34:10 2013 +0000 5.2 +++ b/mingw32-w32api/receipt Sat Nov 30 15:44:51 2013 +0000 5.3 @@ -6,13 +6,15 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="MinGW32 w32api." 5.6 MAINTAINER="rcx@zoominternet.net" 5.7 -DEPENDS="" 5.8 -BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c" 5.9 +LICENSE="PublicDomain" 5.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 5.11 WEB_SITE="http://www.mingw.org/" 5.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 5.13 MINGW32_ID="i586-pc-mingw32" 5.14 5.15 +DEPENDS="" 5.16 +BUILD_DEPENDS="slitaz-toolchain mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c" 5.17 + 5.18 # Configuration only needs included if we're in the build/wok environment 5.19 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 5.20 . $WOK/mingw32-toolchain/stuff/mingw32.conf 5.21 @@ -44,7 +46,7 @@ 5.22 genpkg_rules() 5.23 { 5.24 mkdir -p $fs$MINGW32_ROOT 5.25 - cp -a $_pkg/usr/lib $fs$MINGW32_ROOT 5.26 + cp -a $install/usr/lib $fs$MINGW32_ROOT 5.27 chown -R root.root $fs 5.28 } 5.29
6.1 --- a/minicom/receipt Sat Nov 30 11:34:10 2013 +0000 6.2 +++ b/minicom/receipt Sat Nov 30 15:44:51 2013 +0000 6.3 @@ -5,13 +5,15 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="menu driven communications program" 6.6 MAINTAINER="f.lombard@free.fr" 6.7 -DEPENDS="ncurses" 6.8 -BUILD_DEPENDS="ncurses-dev" 6.9 +LICENSE="GPL2" 6.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.11 WEB_SITE="http://alioth.debian.org/projects/minicom/" 6.12 WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL" 6.13 CONFIG_FILES="/etc/minirc.dfl" 6.14 6.15 +DEPENDS="ncurses" 6.16 +BUILD_DEPENDS="ncurses-dev" 6.17 + 6.18 # Rules to configure and make the package. 6.19 compile_rules() 6.20 { 6.21 @@ -24,15 +26,14 @@ 6.22 --mandir=/usr/share/man \ 6.23 $CONFIGURE_ARGS && 6.24 make && 6.25 - make DESTDIR=$PWD/_pkg install 6.26 + make DESTDIR=$DESTDIR install 6.27 } 6.28 6.29 # Rules to gen a SliTaz package suitable for Tazpkg. 6.30 genpkg_rules() 6.31 { 6.32 mkdir -p $fs/usr 6.33 - cp -a $_pkg/usr/bin $fs/usr 6.34 + cp -a $install/usr/bin $fs/usr 6.35 mkdir -p $fs/etc 6.36 touch $fs$CONFIG_FILES 6.37 } 6.38 -
7.1 --- a/miniupnpc-dev/receipt Sat Nov 30 11:34:10 2013 +0000 7.2 +++ b/miniupnpc-dev/receipt Sat Nov 30 15:44:51 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="development" 7.5 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client development files." 7.6 MAINTAINER="pascal.bellard@slitaz.org" 7.7 +LICENSE="BSD" 7.8 WEB_SITE="http://miniupnp.tuxfamily.org/" 7.9 WANTED="miniupnpc" 7.10
8.1 --- a/miniupnpc/receipt Sat Nov 30 11:34:10 2013 +0000 8.2 +++ b/miniupnpc/receipt Sat Nov 30 15:44:51 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 +LICENSE="BSD" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 WEB_SITE="http://miniupnp.tuxfamily.org/" 8.10 WGET_URL="$WEB_SITE/files/$TARBALL"
9.1 --- a/mirage/receipt Sat Nov 30 11:34:10 2013 +0000 9.2 +++ b/mirage/receipt Sat Nov 30 15:44:51 2013 +0000 9.3 @@ -5,22 +5,23 @@ 9.4 CATEGORY="graphics" 9.5 SHORT_DESC="A fast and simple image viewer." 9.6 MAINTAINER="paul@slitaz.org" 9.7 -DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" 9.8 -BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" 9.9 +LICENSE="GPL3" 9.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.11 WEB_SITE="http://mirageiv.berlios.de/" 9.12 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL" 9.13 9.14 +DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" 9.15 +BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" 9.16 + 9.17 # Rules to configure and make the package. 9.18 compile_rules() 9.19 { 9.20 cd $src 9.21 - python setup.py install --root=$PWD/_pkg 9.22 + python setup.py install --root=$DESTDIR 9.23 } 9.24 9.25 # Rules to gen a SliTaz package suitable for Tazpkg. 9.26 genpkg_rules() 9.27 { 9.28 - cp -a $_pkg/usr $fs 9.29 + cp -a $install/usr $fs 9.30 } 9.31 -
10.1 --- a/miro/receipt Sat Nov 30 11:34:10 2013 +0000 10.2 +++ b/miro/receipt Sat Nov 30 15:44:51 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="multimedia" 10.5 SHORT_DESC="The free and open source internet TV platform." 10.6 MAINTAINER="slaxemulator@gmail.com" 10.7 +LICENSE="GPL2" 10.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.9 WEB_SITE="http://www.getmiro.com" 10.10 WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL"
11.1 --- a/mirror-tools/receipt Sat Nov 30 11:34:10 2013 +0000 11.2 +++ b/mirror-tools/receipt Sat Nov 30 15:44:51 2013 +0000 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="misc" 11.5 SHORT_DESC="Mirrors toolset." 11.6 MAINTAINER="pascal.bellard@slitaz.org" 11.7 +LICENSE="BSD" 11.8 WEB_SITE="http://www.slitaz.org/" 11.9 SOURCE="slitaz-dev-tools" 11.10 TARBALL="$SOURCE-$VERSION.tar.bz2"
12.1 --- a/mitter/receipt Sat Nov 30 11:34:10 2013 +0000 12.2 +++ b/mitter/receipt Sat Nov 30 15:44:51 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="network" 12.5 SHORT_DESC="Mitter is a client for Twitter." 12.6 MAINTAINER="claudinei@slitaz.org" 12.7 +LICENSE="GPL3" 12.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.9 WEB_SITE="http://code.google.com/p/mitter" 12.10 WGET_URL="http://mitter.googlecode.com/files/$TARBALL" 12.11 @@ -16,7 +17,7 @@ 12.12 { 12.13 cd $src 12.14 python setup.py build 12.15 - python setup.py install --root=$PWD/_pkg 12.16 + python setup.py install --root=$DESTDIR 12.17 } 12.18 12.19 # Rules to gen a SliTaz package suitable for Tazpkg. 12.20 @@ -24,6 +25,5 @@ 12.21 { 12.22 mkdir -p $fs/usr/share/applications 12.23 cp -a $stuff/mitter.desktop $fs/usr/share/applications 12.24 - cp -a $_pkg/usr $fs 12.25 + cp -a $install/usr $fs 12.26 } 12.27 -
13.1 --- a/mlt-dev/receipt Sat Nov 30 11:34:10 2013 +0000 13.2 +++ b/mlt-dev/receipt Sat Nov 30 15:44:51 2013 +0000 13.3 @@ -4,15 +4,17 @@ 13.4 VERSION="0.7.2" 13.5 CATEGORY="development" 13.6 MAINTAINER="jozee@slitaz.org" 13.7 +LICENSE="LGPL2.1" 13.8 SHORT_DESC="mlt devel files" 13.9 WEB_SITE="http://www.mltframework.org" 13.10 +WANTED="mlt" 13.11 + 13.12 DEPENDS="mlt" 13.13 -WANTED="mlt" 13.14 13.15 # Rules to gen a SliTaz package suitable for Tazpkg. 13.16 genpkg_rules() 13.17 { 13.18 mkdir -p $fs/usr/lib 13.19 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 13.20 - cp -a $_pkg/usr/include $fs/usr 13.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 13.22 + cp -a $install/usr/include $fs/usr 13.23 }
14.1 --- a/mlt/receipt Sat Nov 30 11:34:10 2013 +0000 14.2 +++ b/mlt/receipt Sat Nov 30 15:44:51 2013 +0000 14.3 @@ -4,13 +4,15 @@ 14.4 VERSION="0.7.2" 14.5 CATEGORY="multimedia" 14.6 MAINTAINER="jozee@slitaz.org" 14.7 +LICENSE="LGPL2.1" 14.8 SHORT_DESC="An open source multimedia framework" 14.9 WEB_SITE="http://www.mltframework.org" 14.10 -DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins" 14.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 14.13 TAGS="multimedia" 14.14 14.15 +DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins" 14.16 + 14.17 # Rules to configure and make the package. 14.18 14.19 compile_rules() { 14.20 @@ -29,9 +31,8 @@ 14.21 genpkg_rules() 14.22 { 14.23 mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share 14.24 - cp -a $_pkg/usr/bin $fs/usr 14.25 - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 14.26 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 14.27 - cp -a $_pkg/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE 14.28 - 14.29 + cp -a $install/usr/bin $fs/usr 14.30 + cp -a $install/usr/lib/*so* $fs/usr/lib/ 14.31 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 14.32 + cp -a $install/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE 14.33 }
15.1 --- a/mm-common/receipt Sat Nov 30 11:34:10 2013 +0000 15.2 +++ b/mm-common/receipt Sat Nov 30 15:44:51 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="Common build files of the C++ bindings" 15.6 MAINTAINER="slaxemulator@gmail.com" 15.7 +LICENSE="GPL2" 15.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 15.9 WEB_SITE="http://gtkmm.org" 15.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 15.11 @@ -20,6 +21,6 @@ 15.12 genpkg_rules() 15.13 { 15.14 mkdir -p $fs 15.15 - cp -a $_pkg/usr $fs 15.16 + cp -a $install/usr $fs 15.17 } 15.18
16.1 --- a/mmx-emu/receipt Sat Nov 30 11:34:10 2013 +0000 16.2 +++ b/mmx-emu/receipt Sat Nov 30 15:44:51 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="system-tools" 16.5 SHORT_DESC="MMX/EMMX/3Dnow! emulator." 16.6 MAINTAINER="pascal.bellard@slitaz.org" 16.7 +LICENSE="GPL2" 16.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.9 WEB_SITE="http://www-sop.inria.fr/members/Sylvain.Pion/progs/mmx-emu/" 16.10 WGET_URL="${WEB_SITE}$TARBALL"
17.1 --- a/moc/receipt Sat Nov 30 11:34:10 2013 +0000 17.2 +++ b/moc/receipt Sat Nov 30 15:44:51 2013 +0000 17.3 @@ -5,14 +5,16 @@ 17.4 CATEGORY="multimedia" 17.5 SHORT_DESC="Music on console." 17.6 MAINTAINER="paul@slitaz.org" 17.7 +LICENSE="GPL2" 17.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.9 +WEB_SITE="http://moc.daper.net/" 17.10 +WGET_URL="ftp://ftp.daper.net/pub/soft/moc/stable/$TARBALL" 17.11 + 17.12 DEPENDS="alsa-lib libvorbis libogg libmad libid3tag flac curl \ 17.13 libsamplerate libsndfile libtool ffmpeg ncursesw" 17.14 BUILD_DEPENDS="libvorbis-dev libogg-dev libmad-dev libid3tag-dev flac-dev \ 17.15 curl-dev libsamplerate-dev alsa-lib-dev libcurl ncurses-dev \ 17.16 libsndfile-dev libsndfile libid3tag pkg-config libsamplerate" 17.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.18 -WEB_SITE="http://moc.daper.net/" 17.19 -WGET_URL="ftp://ftp.daper.net/pub/soft/moc/stable/$TARBALL" 17.20 17.21 # Rules to configure and make the package. 17.22 compile_rules() 17.23 @@ -23,17 +25,17 @@ 17.24 --infodir=/usr/share/info \ 17.25 --mandir=/usr/share/man \ 17.26 $CONFIGURE_ARGS && 17.27 - make && make DESTDIR=$PWD/_pkg install 17.28 + make && make DESTDIR=$DESTDIR install 17.29 } 17.30 17.31 # Rules to gen a SliTaz package suitable for Tazpkg. 17.32 genpkg_rules() 17.33 { 17.34 mkdir -p $fs/usr/lib/moc $fs/usr/share/doc $fs/usr/share/moc 17.35 - cp -a $_pkg/usr/bin $fs/usr 17.36 - cp -a $_pkg/usr/lib/moc/* $fs/usr/lib/moc 17.37 - cp -a $_pkg/usr/share/doc/* $fs/usr/share/doc 17.38 - cp -a $_pkg/usr/share/moc/* $fs/usr/share/moc 17.39 + cp -a $install/usr/bin $fs/usr 17.40 + cp -a $install/usr/lib/moc/* $fs/usr/lib/moc 17.41 + cp -a $install/usr/share/doc/* $fs/usr/share/doc 17.42 + cp -a $install/usr/share/moc/* $fs/usr/share/moc 17.43 17.44 # strip unneeded libraries 17.45 rm $fs/usr/lib/moc/decoder_plugins/*.*a
18.1 --- a/mongodb/receipt Sat Nov 30 11:34:10 2013 +0000 18.2 +++ b/mongodb/receipt Sat Nov 30 15:44:51 2013 +0000 18.3 @@ -5,13 +5,15 @@ 18.4 CATEGORY="system-tools" 18.5 SHORT_DESC="MongoDB bridges the gap between key-value stores and traditional RDBMS systems" 18.6 MAINTAINER="pankso@slitaz.org" 18.7 +LICENSE="GPL3 Apache" 18.8 +TARBALL="$PACKAGE-src-r${VERSION}.tar.gz" 18.9 +WEB_SITE="http://www.mongodb.org/" 18.10 +WGET_URL="http://downloads.mongodb.org/src/$TARBALL" 18.11 + 18.12 DEPENDS="pcre libboost-filesystem libboost-thread libboost-program-options \ 18.13 spidermonkey" 18.14 BUILD_DEPENDS="$DEPENDS scons pcre-dev libboost-dev libboost-filesystem-dev \ 18.15 libboost-thread-dev libboost-program-options-dev spidermonkey-dev" 18.16 -TARBALL="$PACKAGE-src-r${VERSION}.tar.gz" 18.17 -WEB_SITE="http://www.mongodb.org/" 18.18 -WGET_URL="http://downloads.mongodb.org/src/$TARBALL" 18.19 18.20 # Rules to configure and make the package. 18.21 compile_rules()
19.1 --- a/moonshiner/receipt Sat Nov 30 11:34:10 2013 +0000 19.2 +++ b/moonshiner/receipt Sat Nov 30 15:44:51 2013 +0000 19.3 @@ -5,23 +5,25 @@ 19.4 CATEGORY="office" 19.5 SHORT_DESC="GUI for Ghostscript's PostScript-to-PDF converter." 19.6 MAINTAINER="pankso@slitaz.org" 19.7 +LICENSE="GPL3" 19.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.9 +WEB_SITE="http://moonshiner.sourceforge.net/" 19.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 19.11 + 19.12 DEPENDS="python pygtk ghostscript" 19.13 BUILD_DEPENDS="python-dev pygtk-dev" 19.14 -WEB_SITE="http://moonshiner.sourceforge.net/" 19.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 19.16 19.17 # Rules to configure and make the package. 19.18 compile_rules() 19.19 { 19.20 cd $src 19.21 - python setup.py install --root=$PWD/_pkg 19.22 + python setup.py install --root=$DESTDIR 19.23 } 19.24 19.25 # Rules to gen a SliTaz package suitable for Tazpkg. 19.26 genpkg_rules() 19.27 { 19.28 mkdir -p $fs/usr 19.29 - cp -a $_pkg/usr/bin $fs/usr 19.30 - cp -a $_pkg/usr/lib $fs/usr 19.31 + cp -a $install/usr/bin $fs/usr 19.32 + cp -a $install/usr/lib $fs/usr 19.33 }
20.1 --- a/moosefs/receipt Sat Nov 30 11:34:10 2013 +0000 20.2 +++ b/moosefs/receipt Sat Nov 30 15:44:51 2013 +0000 20.3 @@ -6,6 +6,7 @@ 20.4 CATEGORY="system-tools" 20.5 SHORT_DESC="Fault tolerant, network distributed file system." 20.6 MAINTAINER="pascal.bellard@slitaz.org" 20.7 +LICENSE="GPL3" 20.8 TARBALL="$SOURCE-$VERSION.tar.gz" 20.9 WEB_SITE="http://www.moosefs.org/" 20.10 WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL" 20.11 @@ -30,9 +31,9 @@ 20.12 genpkg_rules() 20.13 { 20.14 mkdir -p $fs/usr/share 20.15 - cp -a $_pkg/etc $fs 20.16 - cp -a $_pkg/var $fs 20.17 - cp -a $_pkg/usr/share/mfscgi $fs/usr/share 20.18 - cp -a $_pkg/usr/sbin $fs/usr 20.19 - cp -a $_pkg/usr/bin $fs/usr 20.20 + cp -a $install/etc $fs 20.21 + cp -a $install/var $fs 20.22 + cp -a $install/usr/share/mfscgi $fs/usr/share 20.23 + cp -a $install/usr/sbin $fs/usr 20.24 + cp -a $install/usr/bin $fs/usr 20.25 }
21.1 --- a/mozplugger/receipt Sat Nov 30 11:34:10 2013 +0000 21.2 +++ b/mozplugger/receipt Sat Nov 30 15:44:51 2013 +0000 21.3 @@ -5,11 +5,13 @@ 21.4 CATEGORY="multimedia" 21.5 SHORT_DESC="A Mozilla & Firefox multimedia plugin." 21.6 MAINTAINER="slaxemulator@gmail.com" 21.7 -DEPENDS="xorg-libX11" 21.8 +LICENSE="GPL2" 21.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 21.10 WEB_SITE="http://mozplugger.mozdev.org" 21.11 WGET_URL="$WEB_SITE/files/$TARBALL" 21.12 21.13 +DEPENDS="xorg-libX11" 21.14 + 21.15 # Rules to configure and make the package. 21.16 compile_rules() 21.17 {
22.1 --- a/mp3gain/receipt Sat Nov 30 11:34:10 2013 +0000 22.2 +++ b/mp3gain/receipt Sat Nov 30 15:44:51 2013 +0000 22.3 @@ -5,12 +5,14 @@ 22.4 CATEGORY="multimedia" 22.5 SHORT_DESC="Analyzes and adjusts volume on mp3 files." 22.6 MAINTAINER="paul@slitaz.org" 22.7 -DEPENDS="" 22.8 -BUILD_DEPENDS="" 22.9 +LICENSE="LGPL2.1" 22.10 TARBALL="$PACKAGE-$VERSION-src.zip" 22.11 WEB_SITE="http://mp3gain.sourceforge.net/" 22.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 22.13 22.14 +DEPENDS="" 22.15 +BUILD_DEPENDS="" 22.16 + 22.17 # Rules to configure and make the package. 22.18 compile_rules() 22.19 {
23.1 --- a/mp3info/receipt Sat Nov 30 11:34:10 2013 +0000 23.2 +++ b/mp3info/receipt Sat Nov 30 15:44:51 2013 +0000 23.3 @@ -5,6 +5,7 @@ 23.4 CATEGORY="multimedia" 23.5 SHORT_DESC="Little utility used to read and modify the ID3 tags of MP3 files." 23.6 MAINTAINER="pankso@slitaz.org" 23.7 +LICENSE="GPL2" 23.8 TARBALL="$PACKAGE-$VERSION.tgz" 23.9 WEB_SITE="http://ibiblio.org/mp3info/" 23.10 WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL"
24.1 --- a/mpc-library/receipt Sat Nov 30 11:34:10 2013 +0000 24.2 +++ b/mpc-library/receipt Sat Nov 30 15:44:51 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="development" 24.5 SHORT_DESC="MPC is a C library for the arithmetic of complex numbers." 24.6 MAINTAINER="pankso@slitaz.org" 24.7 +LICENSE="GPL2" 24.8 SOURCE="mpc" 24.9 TARBALL="$SOURCE-$VERSION.tar.gz" 24.10 WEB_SITE="http://www.multiprecision.org/"
25.1 --- a/mpc/receipt Sat Nov 30 11:34:10 2013 +0000 25.2 +++ b/mpc/receipt Sat Nov 30 15:44:51 2013 +0000 25.3 @@ -5,26 +5,28 @@ 25.4 CATEGORY="multimedia" 25.5 SHORT_DESC="A command line tool to interface MPD." 25.6 MAINTAINER="paul@slitaz.org" 25.7 -DEPENDS="mpd libmpdclient" 25.8 -BUILD_DEPENDS="libmpdclient-dev" 25.9 +LICENSE="GPL2" 25.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 25.11 WEB_SITE="http://www.musicpd.org/mpc.shtml" 25.12 WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL" 25.13 25.14 +DEPENDS="mpd libmpdclient" 25.15 +BUILD_DEPENDS="libmpdclient-dev" 25.16 + 25.17 compile_rules() 25.18 { 25.19 cd $src 25.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 25.21 --mandir=/usr/share/man $CONFIGURE_ARGS 25.22 make 25.23 - make DESTDIR=$PWD/_pkg install 25.24 + make DESTDIR=$DESTDIR install 25.25 } 25.26 25.27 # Rules to gen a SliTaz package suitable for Tazpkg. 25.28 genpkg_rules() 25.29 { 25.30 mkdir -p $fs/usr/share/mpc 25.31 - cp -a $_pkg/usr/bin $fs/usr 25.32 - cp -a $_pkg/usr/share/doc/$PACKAGE $fs/usr/share 25.33 + cp -a $install/usr/bin $fs/usr 25.34 + cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share 25.35 } 25.36
26.1 --- a/mplayer-codecs/receipt Sat Nov 30 11:34:10 2013 +0000 26.2 +++ b/mplayer-codecs/receipt Sat Nov 30 15:44:51 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="multimedia" 26.5 SHORT_DESC="All MPlayer codecs for SliTaz." 26.6 MAINTAINER="pankso@slitaz.org" 26.7 +LICENSE="GPL2" 26.8 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 26.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 26.10 WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2"
27.1 --- a/mplayer-skins/receipt Sat Nov 30 11:34:10 2013 +0000 27.2 +++ b/mplayer-skins/receipt Sat Nov 30 15:44:51 2013 +0000 27.3 @@ -5,8 +5,10 @@ 27.4 CATEGORY="multimedia" 27.5 SHORT_DESC="MPlayer skin selection for SliTaz." 27.6 MAINTAINER="pankso@slitaz.org" 27.7 +LICENSE="GPL2" 27.8 +WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 27.9 + 27.10 DEPENDS="mplayer" 27.11 -WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 27.12 27.13 # Rules to gen a SliTaz package suitable for Tazpkg. 27.14 genpkg_rules()
28.1 --- a/mplayer-svn/receipt Sat Nov 30 11:34:10 2013 +0000 28.2 +++ b/mplayer-svn/receipt Sat Nov 30 15:44:51 2013 +0000 28.3 @@ -5,17 +5,18 @@ 28.4 CATEGORY="multimedia" 28.5 SHORT_DESC="Mplayer SVN version" 28.6 MAINTAINER="jozee@slitaz.org" 28.7 -DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ 28.8 -xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass" 28.9 -SUGGESTED="libv4l" 28.10 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" 28.11 -SUGGESTED="" 28.12 +LICENSE="GPL2" 28.13 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 28.14 PROVIDE="mplayer" 28.15 TAGS="player movie audio video" 28.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 28.17 WGET_URL="subversion|svn://svn.mplayerhq.hu/mplayer/trunk" 28.18 BRANCH="$VERSION" 28.19 +SUGGESTED="libv4l" 28.20 + 28.21 +DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ 28.22 +xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass" 28.23 +BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" 28.24 28.25 # Rules to configure and make the package. 28.26 # 28.27 @@ -55,7 +56,7 @@ 28.28 --disable-mmx --disable-mmxext --disable-3dnow --disable-3dnowext \ 28.29 --disable-sse --disable-sse2 --disable-ssse3 --disable-fastmemcpy && 28.30 make $MAKEFLAGS && 28.31 - make DESTDIR=$PWD/_pkg install 28.32 + make DESTDIR=$DESTDIR install 28.33 } 28.34 28.35 # Rules to gen a SliTaz package suitable for Tazpkg. 28.36 @@ -63,12 +64,12 @@ 28.37 { 28.38 mkdir -p $fs/usr/share/applications 28.39 cp -a $stuff/mplayer.desktop $fs/usr/share/applications 28.40 - cp -a $_pkg/usr/bin $fs/usr 28.41 + cp -a $install/usr/bin $fs/usr 28.42 # Mencoder goes in a splited package. 28.43 rm $fs/usr/bin/mencoder 28.44 - cp -a $_pkg/usr/share/mplayer $fs/usr/share 28.45 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 28.46 - cp -a $_pkg/etc $fs 28.47 + cp -a $install/usr/share/mplayer $fs/usr/share 28.48 + cp -a $install/usr/share/pixmaps $fs/usr/share 28.49 + cp -a $install/etc $fs 28.50 cp $src/etc/example.conf $fs/etc/mplayer 28.51 # Config to use Xv by default. 28.52 cp stuff/mplayer.conf $fs/etc/mplayer
29.1 --- a/mplayer/receipt Sat Nov 30 11:34:10 2013 +0000 29.2 +++ b/mplayer/receipt Sat Nov 30 15:44:51 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="multimedia" 29.5 SHORT_DESC="The Ultimate Movie Player For Linux." 29.6 MAINTAINER="pankso@slitaz.org" 29.7 +LICENSE="GPL2" 29.8 SOURCE="MPlayer" 29.9 TARBALL="$SOURCE-$VERSION.tar.xz" 29.10 WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
30.1 --- a/mrxvt/receipt Sat Nov 30 11:34:10 2013 +0000 30.2 +++ b/mrxvt/receipt Sat Nov 30 15:44:51 2013 +0000 30.3 @@ -5,13 +5,15 @@ 30.4 CATEGORY="utilities" 30.5 SHORT_DESC="Terminal emulator with muli-tabs support." 30.6 MAINTAINER="pankso@slitaz.org" 30.7 +LICENSE="GPL2" 30.8 +TARBALL="$PACKAGE-$VERSION.tgz" 30.9 +WEB_SITE="http://materm.sourceforge.net/" 30.10 +WGET_URL="$SF_MIRROR/materm/$TARBALL" 30.11 + 30.12 DEPENDS="libpng jpeg freetype expat fontconfig xorg-libICE xorg-libSM \ 30.13 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXpm xorg-libXrender \ 30.14 zlib" 30.15 BUILD_DEPENDS="xorg-dev libpng-dev jpeg-dev freetype-dev" 30.16 -TARBALL="$PACKAGE-$VERSION.tgz" 30.17 -WEB_SITE="http://materm.sourceforge.net/" 30.18 -WGET_URL="$SF_MIRROR/materm/$TARBALL" 30.19 30.20 # Rules to configure and make the package. 30.21 compile_rules() 30.22 @@ -25,12 +27,12 @@ 30.23 --enable-menubar \ 30.24 $CONFIGURE_ARGS && 30.25 make && 30.26 - make DESTDIR=$PWD/_pkg install 30.27 + make DESTDIR=$DESTDIR install 30.28 } 30.29 30.30 # Rules to gen a SliTaz package suitable for Tazpkg. 30.31 genpkg_rules() 30.32 { 30.33 mkdir -p $fs/usr 30.34 - cp -a $_pkg/usr/bin $fs/usr 30.35 + cp -a $install/usr/bin $fs/usr 30.36 }
31.1 --- a/mscore/receipt Sat Nov 30 11:34:10 2013 +0000 31.2 +++ b/mscore/receipt Sat Nov 30 15:44:51 2013 +0000 31.3 @@ -5,14 +5,16 @@ 31.4 CATEGORY="multimedia" 31.5 SHORT_DESC="a WYSIWYG music notation program" 31.6 MAINTAINER="allan316@gmail.com" 31.7 -DEPENDS="libQtCore libQtGui libQtDesigner libQtScriptTools libQtNetwork libQtSvg \ 31.8 -libQtXml portaudio libsndfile alsa-lib libssl libcrypto" 31.9 -BUILD_DEPENDS="cmake doxygen qmake Qt4-dev portaudio-dev alsa-lib-dev libsndfile-dev" 31.10 +LICENSE="GPL2" 31.11 SOURCE="MuseScore" 31.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 31.13 WEB_SITE="http://musescore.org" 31.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 31.15 31.16 +DEPENDS="libQtCore libQtGui libQtDesigner libQtScriptTools libQtNetwork libQtSvg \ 31.17 +libQtXml portaudio libsndfile alsa-lib libssl libcrypto" 31.18 +BUILD_DEPENDS="cmake doxygen qmake Qt4-dev portaudio-dev alsa-lib-dev libsndfile-dev" 31.19 + 31.20 # Rules to configure and make the package. 31.21 compile_rules() 31.22 {
32.1 --- a/mspdebug/receipt Sat Nov 30 11:34:10 2013 +0000 32.2 +++ b/mspdebug/receipt Sat Nov 30 15:44:51 2013 +0000 32.3 @@ -5,6 +5,7 @@ 32.4 CATEGORY="development" 32.5 SHORT_DESC="free debugger for use with MSP430 MCUs." 32.6 MAINTAINER="pascal.bellard@slitaz.org" 32.7 +LICENSE="GPL2" 32.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 32.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 32.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.11 @@ -18,11 +19,11 @@ 32.12 cd $src 32.13 sed -i 's|/usr/local|/usr|' Makefile 32.14 make WITHOUT_READLINE=1 && 32.15 - make DESTDIR=$PWD/_pkg install 32.16 + make DESTDIR=$DESTDIR install 32.17 } 32.18 32.19 # Rules to gen a SliTaz package suitable for Tazpkg. 32.20 genpkg_rules() 32.21 { 32.22 - cp -a $_pkg/* $fs 32.23 + cp -a $install/* $fs 32.24 }
33.1 --- a/mtdev-dev/receipt Sat Nov 30 11:34:10 2013 +0000 33.2 +++ b/mtdev-dev/receipt Sat Nov 30 15:44:51 2013 +0000 33.3 @@ -5,6 +5,7 @@ 33.4 CATEGORY="development" 33.5 SHORT_DESC="mtdev devel files" 33.6 MAINTAINER="mojo@slitaz.org" 33.7 +LICENSE="MIT" 33.8 WEB_SITE="http://bitmath.org/code/mtdev/" 33.9 WANTED="mtdev" 33.10
34.1 --- a/mtdev/receipt Sat Nov 30 11:34:10 2013 +0000 34.2 +++ b/mtdev/receipt Sat Nov 30 15:44:51 2013 +0000 34.3 @@ -5,6 +5,7 @@ 34.4 CATEGORY="development" 34.5 SHORT_DESC="Multitouch Protocol Translation Library" 34.6 MAINTAINER="mojo@slitaz.org" 34.7 +LICENSE="MIT" 34.8 WEB_SITE="http://bitmath.org/code/mtdev/" 34.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 34.10 WGET_URL="$WEB_SITE$TARBALL"
35.1 --- a/mtp-tools/receipt Sat Nov 30 11:34:10 2013 +0000 35.2 +++ b/mtp-tools/receipt Sat Nov 30 15:44:51 2013 +0000 35.3 @@ -5,14 +5,14 @@ 35.4 CATEGORY="system-tools" 35.5 SHORT_DESC="Media Transfer Protocol (MTP) tuilities" 35.6 MAINTAINER="erjo@slitaz.org" 35.7 -DEPENDS="libusb-compat" 35.8 -BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev" 35.9 +LICENSE="LGPL2.1" 35.10 SOURCE="libmtp" 35.11 TARBALL="$SOURCE-$VERSION.tar.gz" 35.12 WEB_SITE="http://libmtp.sourceforge.net/" 35.13 WANTED="libmtp" 35.14 35.15 DEPENDS="libmtp" 35.16 +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev" 35.17 35.18 # Rules to gen a SliTaz package suitable for Tazpkg. 35.19 genpkg_rules()
36.1 --- a/mtr/receipt Sat Nov 30 11:34:10 2013 +0000 36.2 +++ b/mtr/receipt Sat Nov 30 15:44:51 2013 +0000 36.3 @@ -5,12 +5,14 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="My traceroute." 36.6 MAINTAINER="paul@slitaz.org" 36.7 -DEPENDS="ncurses" 36.8 -BUILD_DEPENDS="ncurses-dev" 36.9 +LICENSE="GPL2" 36.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 36.11 WEB_SITE="http://www.bitwizard.nl/mtr/" 36.12 WGET_URL="ftp://ftp.bitwizard.nl/mtr/$TARBALL" 36.13 36.14 +DEPENDS="ncurses" 36.15 +BUILD_DEPENDS="ncurses-dev" 36.16 + 36.17 # Rules to configure and make the package. 36.18 compile_rules() 36.19 { 36.20 @@ -20,13 +22,13 @@ 36.21 --without-gtk \ 36.22 --mandir=/usr/share/man \ 36.23 $CONFIGURE_ARGS && 36.24 - make && make DESTDIR=$PWD/_pkg install 36.25 + make && make DESTDIR=$DESTDIR install 36.26 } 36.27 36.28 # Rules to gen a SliTaz package suitable for Tazpkg. 36.29 genpkg_rules() 36.30 { 36.31 mkdir -p $fs/usr 36.32 - cp -a $_pkg/usr/sbin $fs/usr 36.33 + cp -a $install/usr/sbin $fs/usr 36.34 } 36.35
37.1 --- a/multitail/receipt Sat Nov 30 11:34:10 2013 +0000 37.2 +++ b/multitail/receipt Sat Nov 30 15:44:51 2013 +0000 37.3 @@ -5,13 +5,15 @@ 37.4 CATEGORY="system-tools" 37.5 SHORT_DESC="Monitor multiple log files." 37.6 MAINTAINER="erjo@slitaz.org" 37.7 -DEPENDS="ncurses" 37.8 -BUILD_DEPENDS="ncurses-dev" 37.9 +LICENSE="GPL2" 37.10 TARBALL="$PACKAGE-$VERSION.tgz" 37.11 WEB_SITE="http://www.vanheusden.com/multitail/" 37.12 WGET_URL="http://www.vanheusden.com/multitail/$TARBALL" 37.13 CONFIG_FILES="/etc/multitail.conf" 37.14 37.15 +DEPENDS="ncurses" 37.16 +BUILD_DEPENDS="ncurses-dev" 37.17 + 37.18 # Rules to configure and make the package. 37.19 compile_rules() 37.20 {
38.1 --- a/muninlite/receipt Sat Nov 30 11:34:10 2013 +0000 38.2 +++ b/muninlite/receipt Sat Nov 30 15:44:51 2013 +0000 38.3 @@ -5,6 +5,7 @@ 38.4 CATEGORY="network" 38.5 SHORT_DESC="Simple Munin node." 38.6 MAINTAINER="pascal.bellard@slitaz.org" 38.7 +LICENSE="GPL2" 38.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 38.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
39.1 --- a/mupen64plus/receipt Sat Nov 30 11:34:10 2013 +0000 39.2 +++ b/mupen64plus/receipt Sat Nov 30 15:44:51 2013 +0000 39.3 @@ -5,6 +5,7 @@ 39.4 CATEGORY="games" 39.5 SHORT_DESC="Nintendo64 Emulator" 39.6 MAINTAINER="slaxemulator@gmail.com" 39.7 +LICENSE="GPL2" 39.8 SOURCE="Mupen64Plus" 39.9 TARBALL="$SOURCE-${VERSION//./-}-src.tar.gz" 39.10 WEB_SITE="http://code.google.com/p/mupen64plus/"
40.1 --- a/murrine-svn-themes/receipt Sat Nov 30 11:34:10 2013 +0000 40.2 +++ b/murrine-svn-themes/receipt Sat Nov 30 15:44:51 2013 +0000 40.3 @@ -5,6 +5,7 @@ 40.4 CATEGORY="x-window" 40.5 SHORT_DESC=" some murrine themes" 40.6 MAINTAINER="jozee@slitaz.org" 40.7 +LICENSE="LGPL3" 40.8 DEPENDS="murrine" 40.9 WEB_SITE="http://www.cimitan.com/murrine" 40.10
41.1 --- a/mutt/receipt Sat Nov 30 11:34:10 2013 +0000 41.2 +++ b/mutt/receipt Sat Nov 30 15:44:51 2013 +0000 41.3 @@ -6,12 +6,14 @@ 41.4 CATEGORY="network" 41.5 SHORT_DESC="Small and powerful text-based mail client" 41.6 MAINTAINER="paul@slitaz.org" 41.7 -DEPENDS="openssl ncurses zlib libidn" 41.8 -BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev" 41.9 +LICENSE="GPL2" 41.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.11 WEB_SITE="http://www.mutt.org" 41.12 WGET_URL="ftp://ftp.mutt.org/mutt/devel/$TARBALL" 41.13 41.14 +DEPENDS="openssl ncurses zlib libidn" 41.15 +BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev" 41.16 + 41.17 # Rules to configure and make the package. 41.18 compile_rules() 41.19 { 41.20 @@ -35,9 +37,9 @@ 41.21 genpkg_rules() 41.22 { 41.23 mkdir -p $fs/usr $fs/etc 41.24 - cp -a $_pkg/usr/bin $fs/usr 41.25 - cp -a $_pkg/etc/* $fs/etc 41.26 - cp -a $_pkg/usr/share $fs/usr 41.27 + cp -a $install/usr/bin $fs/usr 41.28 + cp -a $install/etc/* $fs/etc 41.29 + cp -a $install/usr/share $fs/usr 41.30 rm -r $fs/usr/share/doc 41.31 rm -r $fs/usr/share/man 41.32 }