wok-current diff xorg-libXdamage/receipt @ rev 15197
Add ncftp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 04 09:30:00 2013 +0000 (2013-09-04) |
parents | e5ae411e1d8c |
children | 0a06345642c3 |
line diff
1.1 --- a/xorg-libXdamage/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/xorg-libXdamage/receipt Wed Sep 04 09:30:00 2013 +0000 1.3 @@ -1,32 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXdamage" 1.7 -VERSION="1.1.3" 1.8 +VERSION="1.1.4" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Xorg damage extension." 1.11 +SHORT_DESC="X Damage Library" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -DEPENDS="xorg-libXfixes" 1.14 -BUILD_DEPENDS="pkg-config xorg-damageproto xorg-libXfixes-dev" 1.15 +LICENSE="other" 1.16 SOURCE="libXdamage" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.20 1.21 +DEPENDS="xorg-libXfixes" 1.22 +BUILD_DEPENDS="xorg-damageproto xorg-libXfixes-dev" 1.23 + 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 ./configure \ 1.29 - --prefix=/usr --sysconfdir=/etc \ 1.30 - --mandir=/usr/share/man --localstatedir=/var \ 1.31 - $CONFIGURE_ARGS 1.32 - make 1.33 - make DESTDIR=$PWD/_pkg install 1.34 + --sysconfdir=/etc \ 1.35 + --localstatedir=/var \ 1.36 + --disable-static \ 1.37 + $CONFIGURE_ARGS && 1.38 + make && 1.39 + make install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 genpkg_rules() 1.44 { 1.45 mkdir -p $fs/usr/lib 1.46 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.47 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.48 }