wok-current diff libiec61883/receipt @ rev 2246
squirrelmail-multilogin: update post_remove
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 15 21:25:22 2009 +0000 (2009-02-15) |
parents | b15eab4dc854 |
children | 4786cbebbb4b |
line diff
1.1 --- a/libiec61883/receipt Mon Mar 03 00:07:49 2008 +0100 1.2 +++ b/libiec61883/receipt Sun Feb 15 21:25:22 2009 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +BUILD_DEPENDS="libraw1394" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.linux1394.org/" 1.10 WGET_URL="http://www.linux1394.org/dl/$TARBALL" 1.11 @@ -16,8 +17,8 @@ 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21