wok-next diff xorg-xrdb/receipt @ rev 9192
Remove conspy: now provided by busybox
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 09 18:32:34 2011 +0100 (2011-03-09) |
parents | f70954e59df2 |
children | ac240d86ade6 |
line diff
1.1 --- a/xorg-xrdb/receipt Sat Feb 05 15:31:18 2011 +0000 1.2 +++ b/xorg-xrdb/receipt Wed Mar 09 18:32:34 2011 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 1.5 MAINTAINER="rocky@slitaz.org" 1.6 DEPENDS="xorg-libXmu" 1.7 -BUILD_DEPENDS="xorg-libXmu-dev slitaz-toolchain pkg-config" 1.8 +BUILD_DEPENDS="pkg-config" 1.9 SOURCE="xrdb" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 @@ -16,11 +16,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr \ 1.17 - --mandir=/usr/share/man \ 1.18 - $CONFIGURE_ARGS 1.19 - make 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + ./configure && 1.22 + make && 1.23 + make install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.