wok-6.x diff xorg-libXcomposite/receipt @ rev 11449
Remove: bridge-utils-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 17 09:29:38 2011 +0100 (2011-12-17) |
parents | e5ae411e1d8c |
children | cfa130f21bdf |
line diff
1.1 --- a/xorg-libXcomposite/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/xorg-libXcomposite/receipt Sat Dec 17 09:29:38 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXcomposite" 1.7 -VERSION="0.4.2" 1.8 +VERSION="0.4.3" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg composite extension." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,16 +16,16 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.17 - --mandir=/usr/share/man --localstatedir=/var \ 1.18 + ./configure --sysconfdir=/etc \ 1.19 + --localstatedir=/var \ 1.20 $CONFIGURE_ARGS && 1.21 make && 1.22 - make DESTDIR=$PWD/_pkg install 1.23 + make install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.32 }