wok rev 3011
Add xorg-libpciaccess
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 22:28:14 2009 +0200 (2009-05-11) |
parents | 195c73cf907b |
children | 857621a8b6e4 |
files | xorg-libpciaccess-dev/receipt xorg-libpciaccess/receipt xorg-xproto/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-libpciaccess-dev/receipt Mon May 11 22:28:14 2009 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-libpciaccess-dev" 1.7 +VERSION="0.10.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xorg module devel files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENS="xorg-dev" 1.12 +WANTED="xorg-libpciaccess" 1.13 +SOURCE="libpciaccess" 1.14 +WEB_SITE="http://www.x.org/" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib 1.20 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.21 + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-libpciaccess/receipt Mon May 11 22:28:14 2009 +0200 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-libpciaccess" 2.7 +VERSION="0.10.3" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Xorg server module." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +SOURCE="libpciaccess" 2.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.13 +WEB_SITE="http://www.x.org/" 2.14 +WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" 2.15 + 2.16 +# Rules to configure and make the package. 2.17 +compile_rules() 2.18 +{ 2.19 + cd $src 2.20 + ./configure \ 2.21 + --prefix=/usr --sysconfdir=/etc \ 2.22 + --mandir=/usr/share/man --localstatedir=/var \ 2.23 + $CONFIGURE_ARGS 2.24 + make 2.25 + make DESTDIR=$PWD/_pkg install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + mkdir -p $fs/usr/lib 2.32 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.33 + strip -s $fs/usr/lib/* 2.34 +}
3.1 --- a/xorg-xproto/receipt Mon May 11 22:26:05 2009 +0200 3.2 +++ b/xorg-xproto/receipt Mon May 11 22:28:14 2009 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-xproto" 3.7 -VERSION="7.0.11" 3.8 +VERSION="7.0.13" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Xorg server module." 3.11 MAINTAINER="pankso@slitaz.org"