# HG changeset patch # User Pascal Bellard # Date 1223121689 0 # Node ID 14320228765e3b41a0f7127c58c6f99e0650e060 # Parent 0331431853dbae119e5d846f5015b1c2a6b14331 freetds haserl-lua parcellite python xorg-xclock: update BUILD_DEPENDS diff -r 0331431853db -r 14320228765e freetds/receipt --- a/freetds/receipt Sat Oct 04 11:57:29 2008 +0000 +++ b/freetds/receipt Sat Oct 04 12:01:29 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries." MAINTAINER="pascal.bellard@slitaz.org" +BUILD_DEPENDS="readline-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freetds.org/" WGET_URL="ftp://ftp.ibiblio.org/pub/Linux/ALPHA/$PACKAGE/stable/$TARBALL" @@ -14,8 +15,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 0331431853db -r 14320228765e haserl-lua/receipt --- a/haserl-lua/receipt Sat Oct 04 11:57:29 2008 +0000 +++ b/haserl-lua/receipt Sat Oct 04 12:01:29 2008 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" MAINTAINER="milka@konstelacioj.info" DEPENDS="" -BUILD_DEPENDS="glibc-dev" +BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev" SUGGESTED="bash lua lua-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://haserl.sourceforge.net/" @@ -21,8 +21,8 @@ --bindir=/usr/bin \ --with-lua \ --program-suffix=-lua \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 0331431853db -r 14320228765e parcellite/receipt --- a/parcellite/receipt Sat Oct 04 11:57:29 2008 +0000 +++ b/parcellite/receipt Sat Oct 04 12:01:29 2008 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Lightweight GTK+ clipboard manager" MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/xyhthyx/" WGET_URL="http://xyhthyx.googlecode.com/files/$TARBALL" @@ -17,8 +17,8 @@ cd $src ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 0331431853db -r 14320228765e python/receipt --- a/python/receipt Sat Oct 04 11:57:29 2008 +0000 +++ b/python/receipt Sat Oct 04 12:01:29 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="The Python programming language." MAINTAINER="pankso@slitaz.org" SOURCE="Python" +BUILD_DEPENDS="readline-dev" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.python.org/" WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL" @@ -16,8 +17,8 @@ cd $src ./configure --enable-shared --with-ncurses \ --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 0331431853db -r 14320228765e xorg-xclock/receipt --- a/xorg-xclock/receipt Sat Oct 04 11:57:29 2008 +0000 +++ b/xorg-xclock/receipt Sat Oct 04 12:01:29 2008 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libxkbfile" +BUILD_DEPENDS="xorg-dev xorg-libXft-dev" SOURCE="xclock" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -18,8 +19,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }