wok-current rev 12515
Up: xorg-libXi (1.5.0) + clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 00:00:49 2012 +0200 (2012-04-25) |
parents | 467c84f5e5df |
children | 2e87fa3ac05e |
files | xorg-libXi-dev/receipt xorg-libXi/receipt |
line diff
1.1 --- a/xorg-libXi-dev/receipt Tue Apr 24 23:59:55 2012 +0200 1.2 +++ b/xorg-libXi-dev/receipt Wed Apr 25 00:00:49 2012 +0200 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 + 1.6 PACKAGE="xorg-libXi-dev" 1.7 -VERSION="1.4.2" 1.8 +VERSION="1.5.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg library and devel files for the X Input Extension." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="xorg-libXext-dev xorg-libXi" 1.13 WANTED="xorg-libXi" 1.14 -SOURCE="libXi" 1.15 WEB_SITE="http://www.x.org/" 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 mkdir -p $fs/usr/lib 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 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.25 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 + cp -a $install/usr/include $fs/usr 1.27 }
2.1 --- a/xorg-libXi/receipt Tue Apr 24 23:59:55 2012 +0200 2.2 +++ b/xorg-libXi/receipt Wed Apr 25 00:00:49 2012 +0200 2.3 @@ -1,31 +1,33 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXi" 2.7 -VERSION="1.4.2" 2.8 +VERSION="1.5.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg library for the X Input Extension." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 SOURCE="libXi" 2.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 +WEB_SITE="http://www.x.org/" 2.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.16 + 2.17 DEPENDS="xorg-libXext" 2.18 BUILD_DEPENDS="xorg-libXext-dev" 2.19 -WEB_SITE="http://www.x.org/" 2.20 -WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - cd $src 2.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 2.27 - --mandir=/usr/share/man --localstatedir=/var \ 2.28 - $CONFIGURE_ARGS && 2.29 - make && 2.30 - make DESTDIR=$PWD/_pkg install 2.31 + cd $src 2.32 + ./configure \ 2.33 + --sysconfdir=/etc \ 2.34 + --mandir=/usr/share/man \ 2.35 + --localstatedir=/var \ 2.36 + $CONFIGURE_ARGS && 2.37 + make && make install 2.38 } 2.39 2.40 # Rules to gen a SliTaz package suitable for Tazpkg. 2.41 genpkg_rules() 2.42 { 2.43 mkdir -p $fs/usr/lib 2.44 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.46 }