wok diff xcb-util-image/receipt @ rev 13017

Up: mplayer (1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 08 21:03:58 2012 +0200 (2012-06-08)
parents
children 1579e41f30b5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-image/receipt	Fri Jun 08 21:03:58 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xcb-util-image"
     1.7 +VERSION="0.3.8"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +LICENSE="custom"
    1.12 +WEB_SITE="http://xcb.freedesktop.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libxcb xcb-util"
    1.17 +BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-util-macros"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure --disable-static $CONFIGURE_ARGS && make && 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 $install/usr/lib/*.so* $fs/usr/lib
    1.31 +}