wok-current rev 15581
xorg-cf-files: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 11:11:23 2013 +0000 (2013-11-30) |
parents | 812b1350f249 |
children | 3d805214d753 |
files | stoq/receipt stoqdrivers/receipt stoqlib/receipt sudoku-savant/receipt suggested-applications/receipt sweethome3d/receipt swig/receipt syasokoban/receipt synergy/receipt xorg-cf-files/receipt |
line diff
1.1 --- a/stoq/receipt Sat Nov 30 10:52:52 2013 +0000 1.2 +++ b/stoq/receipt Sat Nov 30 11:11:23 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Stoq is a suite of Retail Management System applications." 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 +WEB_SITE="http://www.stoq.com.br" 1.10 +WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL" 1.11 + 1.12 DEPENDS="python pygtk postgresql psycopg2 zopeinterface python-pil \ 1.13 python-reportlab stoqlib stoqdrivers python-kiwi python-gazpacho" 1.14 BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.stoq.com.br" 1.17 -WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -22,15 +24,15 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - LOCALEDIR="$_pkg/usr/share/locale" 1.26 - for file in `find $_pkg | grep 'pyc$'`; do 1.27 + LOCALEDIR="$install/usr/share/locale" 1.28 + for file in `find $install | grep 'pyc$'`; do 1.29 rm $file 1.30 done 1.31 mkdir -p $fs/usr/share/locale/pt $fs/etc 1.32 - cp -a $_pkg/etc/stoq $fs/etc 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/lib $fs/usr 1.35 - cp -a $_pkg/usr/share $fs/usr 1.36 + cp -a $install/etc/stoq $fs/etc 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/usr/lib $fs/usr 1.39 + cp -a $install/usr/share $fs/usr 1.40 cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt 1.41 } 1.42
2.1 --- a/stoqdrivers/receipt Sat Nov 30 10:52:52 2013 +0000 2.2 +++ b/stoqdrivers/receipt Sat Nov 30 11:11:23 2013 +0000 2.3 @@ -5,13 +5,15 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="Useful drivers for Stoq and retail systems" 2.6 MAINTAINER="claudinei@slitaz.org" 2.7 -DEPENDS="python python-kiwi python-serial zopeinterface" 2.8 -BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface" 2.9 +LICENSE="LGPL2.1" 2.10 SUGGESTED="stoq" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 WEB_SITE="http://www.stoq.com.br" 2.13 WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL" 2.14 2.15 +DEPENDS="python python-kiwi python-serial zopeinterface" 2.16 +BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface" 2.17 + 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 { 2.21 @@ -22,13 +24,12 @@ 2.22 # Rules to gen a SliTaz package suitable for Tazpkg. 2.23 genpkg_rules() 2.24 { 2.25 - LOCALEDIR="$_pkg/usr/share/locale" 2.26 - for file in `find $_pkg | grep 'pyc$'`; do 2.27 + LOCALEDIR="$install/usr/share/locale" 2.28 + for file in `find $install | grep 'pyc$'`; do 2.29 rm $file 2.30 done 2.31 mkdir -p $fs/usr/share/locale/pt 2.32 - cp -a $_pkg/usr/lib $fs/usr 2.33 - cp -a $_pkg/usr/share $fs/usr 2.34 + cp -a $install/usr/lib $fs/usr 2.35 + cp -a $install/usr/share $fs/usr 2.36 cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt 2.37 } 2.38 -
3.1 --- a/stoqlib/receipt Sat Nov 30 10:52:52 2013 +0000 3.2 +++ b/stoqlib/receipt Sat Nov 30 11:11:23 2013 +0000 3.3 @@ -5,13 +5,15 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="A powerful retail system library" 3.6 MAINTAINER="claudinei@slitaz.org" 3.7 +LICENSE="LGPL2.1" 3.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 +WEB_SITE="http://www.stoq.com.br" 3.10 +WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL" 3.11 + 3.12 DEPENDS="python pygtk postgresql psycopg2 zopeinterface python-pil \ 3.13 python-reportlab python-kiwi python-gazpacho stoqdrivers python-dateutil" 3.14 BUILD_DEPENDS="python python-dev zopeinterface python-kiwi python-gazpacho \ 3.15 psycopg2 stoqdrivers python-pil python-reportlab python-dateutil" 3.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.17 -WEB_SITE="http://www.stoq.com.br" 3.18 -WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL" 3.19 3.20 # Rules to configure and make the package. 3.21 compile_rules() 3.22 @@ -24,13 +26,13 @@ 3.23 # Rules to gen a SliTaz package suitable for Tazpkg. 3.24 genpkg_rules() 3.25 { 3.26 - LOCALEDIR="$_pkg/usr/share/locale" 3.27 - for file in `find $_pkg | grep 'pyc$'`; do 3.28 + LOCALEDIR="$install/usr/share/locale" 3.29 + for file in `find $install | grep 'pyc$'`; do 3.30 rm $file 3.31 done 3.32 mkdir -p $fs/usr/share/locale/pt 3.33 - cp -a $_pkg/usr/lib $fs/usr 3.34 - cp -a $_pkg/usr/share $fs/usr 3.35 + cp -a $install/usr/lib $fs/usr 3.36 + cp -a $install/usr/share $fs/usr 3.37 cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt 3.38 } 3.39
4.1 --- a/sudoku-savant/receipt Sat Nov 30 10:52:52 2013 +0000 4.2 +++ b/sudoku-savant/receipt Sat Nov 30 11:11:23 2013 +0000 4.3 @@ -4,14 +4,16 @@ 4.4 VERSION="1.3" 4.5 CATEGORY="games" 4.6 SHORT_DESC="Sudoku games/generator using GTK." 4.7 +MAINTAINER="pankso@slitaz.org" 4.8 +LICENSE="GPL3" 4.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.10 +WEB_SITE="http://sourceforge.net/projects/sudoku-savant/" 4.11 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.12 + 4.13 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ 4.14 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXrandr \ 4.15 xorg-libXrender xorg-libXinerama xorg-libXdamage gcc-lib-base" 4.16 BUILD_DEPENDS="gtk+-dev libpthread-stubs" 4.17 -MAINTAINER="pankso@slitaz.org" 4.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.19 -WEB_SITE="http://sourceforge.net/projects/sudoku-savant/" 4.20 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.21 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 @@ -23,7 +25,7 @@ 4.25 --mandir=/usr/share/man \ 4.26 $CONFIGURE_ARGS && 4.27 make && 4.28 - make DESTDIR=$PWD/_pkg install 4.29 + make DESTDIR=$DESTDIR install 4.30 # desktop-file-install workaround 4.31 [ -x _pkg/usr/games/sudoku-savant ] && \ 4.32 echo "Continue: desktop-file-install dont support busybox install..." 4.33 @@ -33,7 +35,7 @@ 4.34 genpkg_rules() 4.35 { 4.36 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications 4.37 - cp -a $_pkg/usr/games $fs/usr 4.38 + cp -a $install/usr/games $fs/usr 4.39 cp $src/$PACKAGE.png $fs/usr/share/pixmaps 4.40 cp $src/$PACKAGE.desktop $fs/usr/share/applications 4.41 }
5.1 --- a/suggested-applications/receipt Sat Nov 30 10:52:52 2013 +0000 5.2 +++ b/suggested-applications/receipt Sat Nov 30 11:11:23 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="Set of desktop files for default applications." 5.6 MAINTAINER="jozee@slitaz.org" 5.7 +LICENSE="GPL3" 5.8 WEB_SITE="http://www.slitaz.org/" 5.9 5.10 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/sweethome3d/receipt Sat Nov 30 10:52:52 2013 +0000 6.2 +++ b/sweethome3d/receipt Sat Nov 30 11:11:23 2013 +0000 6.3 @@ -6,6 +6,7 @@ 6.4 CATEGORY="misc" 6.5 SHORT_DESC="A free interior design application." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="GPL2" 6.8 TARBALL="$SOURCE-$VERSION-linux-x86.tgz" 6.9 WEB_SITE="http://www.sweethome3d.com/" 6.10 WGET_URL="$SF_MIRROR/$PACKAGE/$SOURCE/$SOURCE-$VERSION/$TARBALL"
7.1 --- a/swig/receipt Sat Nov 30 10:52:52 2013 +0000 7.2 +++ b/swig/receipt Sat Nov 30 11:11:23 2013 +0000 7.3 @@ -4,6 +4,7 @@ 7.4 VERSION="2.0.4" 7.5 CATEGORY="development" 7.6 MAINTAINER="devel@slitaz.org" 7.7 +LICENSE="GPL3" 7.8 SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with scripting languages" 7.9 WEB_SITE="http://www.swig.org/" 7.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.11 @@ -25,7 +26,6 @@ 7.12 genpkg_rules() 7.13 { 7.14 mkdir -p $fs/usr/share 7.15 - cp -a $_pkg/usr/bin $fs/usr 7.16 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 7.17 - 7.18 + cp -a $install/usr/bin $fs/usr 7.19 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 7.20 }
8.1 --- a/syasokoban/receipt Sat Nov 30 10:52:52 2013 +0000 8.2 +++ b/syasokoban/receipt Sat Nov 30 11:11:23 2013 +0000 8.3 @@ -5,9 +5,11 @@ 8.4 CATEGORY="games" 8.5 SHORT_DESC="Sokoban clone." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 +LICENSE="GPL2 BSD" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 WEB_SITE="http://grayskygames.com/sokoban.html" 8.10 WGET_URL="http://grayskygames.com/sokoban/$TARBALL" 8.11 + 8.12 DEPENDS="libsdl gcc-lib-base glibc-base" 8.13 BUILD_DEPENDS="libsdl-dev" 8.14
9.1 --- a/synergy/receipt Sat Nov 30 10:52:52 2013 +0000 9.2 +++ b/synergy/receipt Sat Nov 30 11:11:23 2013 +0000 9.3 @@ -5,9 +5,11 @@ 9.4 CATEGORY="x-window" 9.5 SHORT_DESC="Synergy keyboard and mouse sharing." 9.6 MAINTAINER="rcx@zoominternet.net" 9.7 +LICENSE="GPL2" 9.8 TARBALL="$PACKAGE-$VERSION-Source.tar.gz" 9.9 WEB_SITE="http://synergy-foss.org" 9.10 WGET_URL="http://synergy.googlecode.com/files/$TARBALL" 9.11 + 9.12 DEPENDS="xorg-libX11 xorg-libXtst xorg-libSM xorg-libICE xorg-libXinerama gcc-lib-base" 9.13 BUILD_DEPENDS="xorg-dev-proto xorg-libXt-dev xorg-libXtst-dev cmake" 9.14 9.15 @@ -19,15 +21,15 @@ 9.16 cmake -D CMAKE_INSTALL_PREFIX=/usr . 9.17 make 9.18 # install binary 9.19 - install -d "$PWD/_pkg/usr/bin/" 9.20 - install -Dm755 synergyc $PWD/_pkg/usr/bin/ 9.21 - install -Dm755 synergys $PWD/_pkg/usr/bin/ 9.22 - install -Dm644 examples/${PACKAGE}.conf "$PWD/_pkg/etc/${PACKAGE}.conf" 9.23 + install -d "$DESTDIR/usr/bin/" 9.24 + install -Dm755 synergyc $DESTDIR//usr/bin/ 9.25 + install -Dm755 synergys $DESTDIR/usr/bin/ 9.26 + install -Dm644 examples/${PACKAGE}.conf "$DESTDIR/etc/${PACKAGE}.conf" 9.27 } 9.28 9.29 # Rules to gen a SliTaz package suitable for Tazpkg. 9.30 genpkg_rules() 9.31 { 9.32 mkdir -p $fs/usr 9.33 - cp -a $_pkg/usr/bin $fs/usr 9.34 + cp -a $install/usr/bin $fs/usr 9.35 }
10.1 --- a/xorg-cf-files/receipt Sat Nov 30 10:52:52 2013 +0000 10.2 +++ b/xorg-cf-files/receipt Sat Nov 30 11:11:23 2013 +0000 10.3 @@ -22,7 +22,7 @@ 10.4 --infodir=/usr/share/info \ 10.5 --mandir=/usr/share/man \ 10.6 $CONFIGURE_ARGS && 10.7 - make && make DESTDIR=$DESTIDR install 10.8 + make && make DESTDIR=$DESTDIR install 10.9 } 10.10 10.11 # Rules to gen a SliTaz package suitable for Tazpkg.