wok-4.x rev 8925
fix pmount: needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 05:27:28 2011 +0100 (2011-03-01) |
parents | e40df8ebe0f0 |
children | ac272d00f214 |
files | pmount/receipt |
line diff
1.1 --- a/pmount/receipt Tue Mar 01 05:11:37 2011 +0100 1.2 +++ b/pmount/receipt Tue Mar 01 05:27:28 2011 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://pmount.alioth.debian.org/" 1.5 WGET_URL="http://alioth.debian.org/frs/download.php/3127/$TARBALL" 1.6 DEPENDS="dbus hal sysfsutils" 1.7 -BUILD_DEPENDS="util-linux-ng-blkid-dev" 1.8 +BUILD_DEPENDS="util-linux-ng-blkid-dev intltool" 1.9 CONFIG_FILES="/etc/pmount.allow" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -17,10 +17,7 @@ 1.13 { 1.14 cd $src 1.15 sed -i 's/ -D / /' src/Makefile* 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + ./configure && make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.