# HG changeset patch # User Pascal Bellard # Date 1385844225 0 # Node ID 164fcaca1cd0857e3ad6992b3f5428a918f64de3 # Parent 293a7bce6d7fc20e64efd0f48fab6101f9521d58 nvclock, nss_ldap: update bdeps diff -r 293a7bce6d7f -r 164fcaca1cd0 nss_ldap/receipt --- a/nss_ldap/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/nss_ldap/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -11,7 +11,7 @@ WGET_URL="http://www.padl.com/download/$TARBALL" DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3" -BUILD_DEPENDS="openldap-dev" +BUILD_DEPENDS="openldap-dev perl" # Rules to configure and make the package. compile_rules() @@ -22,7 +22,7 @@ --enable-rfc2307bis --enable-schema-mapping --enable-paged-results \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$DESTIDR install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 293a7bce6d7f -r 164fcaca1cd0 nvclock/receipt --- a/nvclock/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/nvclock/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/$TARBALL" TAGS="power-management" -BUILD_DEPENDS="autoconf" +BUILD_DEPENDS="autoconf automake" # Rules to configure and make the package. compile_rules(){ diff -r 293a7bce6d7f -r 164fcaca1cd0 nvidia-173xx/receipt --- a/nvidia-173xx/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/nvidia-173xx/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -24,6 +24,7 @@ # Only use .unblocked_ioctl since 2.6.36 sed -i 's|\.ioctl|// &|' nv.c make SYSSRC="/usr/src/linux" module 2>&1 | sed s'/ERROR:/error:/' + xz nvidia.ko } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -35,10 +36,8 @@ $fs/lib/modules/$kvers-slitaz/kernel/drivers/video \ $fs/usr/share/doc/$PACKAGE - # Compress and install module - cp $src/usr/src/nv/nvidia.ko \ + cp $src/usr/src/nv/nvidia.ko.xz \ $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/ - xz $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko chown root $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko.xz chmod 0644 $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko.xz diff -r 293a7bce6d7f -r 164fcaca1cd0 sagan-rules/receipt --- a/sagan-rules/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/sagan-rules/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="sagan rules" MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" WEB_SITE="http://sagan.softwink.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://sagan.softwink.com/rules/$TARBALL" diff -r 293a7bce6d7f -r 164fcaca1cd0 sc/receipt --- a/sc/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/sc/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="office" SHORT_DESC="Spreadsheet calculator." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev bison m4" +LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/" WGET_URL="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/$TARBALL" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev bison m4" + # Rules to configure and make the package. compile_rules() { diff -r 293a7bce6d7f -r 164fcaca1cd0 scalpel/receipt --- a/scalpel/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/scalpel/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Frugal, high performance file carver." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel" WGET_URL="$WEB_SITE/$TARBALL" diff -r 293a7bce6d7f -r 164fcaca1cd0 scanssh/receipt --- a/scanssh/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/scanssh/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Search for SSH server" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpcap libdnet libevent" -BUILD_DEPENDS="libpcap-dev libdnet-dev libevent libevent-dev autoconf" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.monkey.org/~provos/scanssh/" WGET_URL="http://www.monkey.org/~provos/$TARBALL" +DEPENDS="libpcap libdnet libevent" +BUILD_DEPENDS="libpcap-dev libdnet-dev libevent libevent-dev autoconf" + # Rules to configure and make the package. compile_rules() { diff -r 293a7bce6d7f -r 164fcaca1cd0 screen-pam/receipt --- a/screen-pam/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/screen-pam/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Terminal multiplexer with PAM support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="screen" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/screen" @@ -34,8 +35,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen - cp -a $_pkg/usr/share/screen $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin/screen-$VERSION $fs/usr/bin/screen + cp -a $install/usr/share/screen $fs/usr/share } diff -r 293a7bce6d7f -r 164fcaca1cd0 scrounge-ntfs/receipt --- a/scrounge-ntfs/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/scrounge-ntfs/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Data recovery program for NTFS file systems." MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" WEB_SITE="http://thewalter.net/stef/software/scrounge/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL" diff -r 293a7bce6d7f -r 164fcaca1cd0 scrub/receipt --- a/scrub/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/scrub/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="security" SHORT_DESC="Iteratively writes patterns on files or disk devices to make retreiving the data more difficult." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="" -BUILD_DEPENDS="perl" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/diskscrub/" WGET_URL="http://diskscrub.googlecode.com/files/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 293a7bce6d7f -r 164fcaca1cd0 shellinabox/receipt --- a/shellinabox/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/shellinabox/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Ajax web based terminal emulator." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.googlecode.com/" WGET_URL="${WEB_SITE}files/$TARBALL" +TAGS="web application" + DEPENDS="zlib" BUILD_DEPENDS="zlib-dev" -TAGS="web application" # Rules to configure and make the package. compile_rules() @@ -20,12 +22,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 293a7bce6d7f -r 164fcaca1cd0 singularity/receipt --- a/singularity/receipt Sat Nov 30 19:25:54 2013 +0000 +++ b/singularity/receipt Sat Nov 30 20:43:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Strategy game - simulation of true Al" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://emhsoft.com/singularity/index.html" WGET_URL="http://endgame-singularity.googlecode.com/files/$TARBALL"