wok rev 12518
Up: xorg-libXv, xorg-libXvMC + clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 00:04:11 2012 +0200 (2012-04-25) |
parents | aee0ab9b9f75 |
children | 26b802d79b46 |
files | xorg-libXv-dev/receipt xorg-libXv/receipt xorg-libXvMC-dev/receipt xorg-libXvMC/receipt |
line diff
1.1 --- a/xorg-libXv-dev/receipt Wed Apr 25 00:02:21 2012 +0200 1.2 +++ b/xorg-libXv-dev/receipt Wed Apr 25 00:04:11 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXv-dev" 1.7 -VERSION="1.0.6" 1.8 +VERSION="1.0.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg module devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,8 +14,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - 1.17 - cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 }
2.1 --- a/xorg-libXv/receipt Wed Apr 25 00:02:21 2012 +0200 2.2 +++ b/xorg-libXv/receipt Wed Apr 25 00:04:11 2012 +0200 2.3 @@ -1,31 +1,33 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXv" 2.7 -VERSION="1.0.6" 2.8 +VERSION="1.0.7" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg server module." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="xorg-libXext" 2.13 -BUILD_DEPENDS="xorg-libXext-dev xorg-videoproto" 2.14 SOURCE="libXv" 2.15 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.16 WEB_SITE="http://www.x.org/" 2.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.18 2.19 +DEPENDS="xorg-libXext" 2.20 +BUILD_DEPENDS="xorg-libXext-dev xorg-videoproto" 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 }
3.1 --- a/xorg-libXvMC-dev/receipt Wed Apr 25 00:02:21 2012 +0200 3.2 +++ b/xorg-libXvMC-dev/receipt Wed Apr 25 00:04:11 2012 +0200 3.3 @@ -1,21 +1,19 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-libXvMC-dev" 3.7 -VERSION="1.0.6" 3.8 +VERSION="1.0.7" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Xorg module devel files." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 DEPENDS="xorg-libXvMC xorg-libXv-dev" 3.13 WANTED="xorg-libXvMC" 3.14 -SOURCE="libXvMC" 3.15 WEB_SITE="http://www.x.org/" 3.16 3.17 # Rules to gen a SliTaz package suitable for Tazpkg. 3.18 genpkg_rules() 3.19 { 3.20 mkdir -p $fs/usr/lib 3.21 - 3.22 - cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib 3.23 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.24 - cp -a $_pkg/usr/include $fs/usr 3.25 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 3.26 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.27 + cp -a $install/usr/include $fs/usr 3.28 }
4.1 --- a/xorg-libXvMC/receipt Wed Apr 25 00:02:21 2012 +0200 4.2 +++ b/xorg-libXvMC/receipt Wed Apr 25 00:04:11 2012 +0200 4.3 @@ -1,31 +1,33 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="xorg-libXvMC" 4.7 -VERSION="1.0.6" 4.8 +VERSION="1.0.7" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="Xorg server module." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 -DEPENDS="xorg-libXv" 4.13 -BUILD_DEPENDS="xorg-libXv-dev" 4.14 SOURCE="libXvMC" 4.15 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.16 WEB_SITE="http://www.x.org/" 4.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 4.18 4.19 +DEPENDS="xorg-libXv" 4.20 +BUILD_DEPENDS="xorg-libXv-dev" 4.21 + 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 { 4.25 - cd $src 4.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 4.27 - --mandir=/usr/share/man --localstatedir=/var \ 4.28 - $CONFIGURE_ARGS && 4.29 - make && 4.30 - make DESTDIR=$PWD/_pkg install 4.31 + cd $src 4.32 + ./configure \ 4.33 + --sysconfdir=/etc \ 4.34 + --mandir=/usr/share/man \ 4.35 + --localstatedir=/var \ 4.36 + $CONFIGURE_ARGS && 4.37 + make && make install 4.38 } 4.39 4.40 # Rules to gen a SliTaz package suitable for Tazpkg. 4.41 genpkg_rules() 4.42 { 4.43 mkdir -p $fs/usr/lib 4.44 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 4.46 }