wok diff libcdio/receipt @ rev 5144
smbclient: lib files move to samba-common + Fix DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Mar 23 23:24:39 2010 +0100 (2010-03-23) |
parents | 17c3d9250fd0 |
children | 964f5d384827 |
line diff
1.1 --- a/libcdio/receipt Sat Apr 18 18:03:51 2009 +0000 1.2 +++ b/libcdio/receipt Tue Mar 23 23:24:39 2010 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="GNU Compact Disc Input and Control Library" 1.6 MAINTAINER="rj.rohit@gmail.com" 1.7 -DEPENDS="libcddb ncurses" 1.8 +DEPENDS="libcddb ncurses gcc-lib-base" 1.9 BUILD_DEPENDS="libcddb libcddb-dev ncurses-dev gcc-lib-base" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gnu.org/software/libcdio/" 1.12 @@ -15,8 +15,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --disable-vcd-info 1.17 - make 1.18 + ./configure --prefix=/usr --disable-vcd-info && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22