wok-next annotate xcb-util-keysyms/receipt @ rev 14251
cookutils: remove mercurial dep, it add a lot of MB to the iso and is installed by a cooker setup
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 25 14:59:36 2013 +0100 (2013-03-25) |
parents | |
children | 1579e41f30b5 |
rev | line source |
---|---|
slaxemulator@12935 | 1 # SliTaz package receipt. |
slaxemulator@12935 | 2 |
slaxemulator@12935 | 3 PACKAGE="xcb-util-keysyms" |
slaxemulator@12935 | 4 VERSION="0.3.8" |
slaxemulator@12935 | 5 CATEGORY="x-window" |
slaxemulator@12935 | 6 SHORT_DESC="Utility libraries for XC Binding" |
slaxemulator@12935 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@12935 | 8 LICENSE="custom" |
slaxemulator@12935 | 9 WEB_SITE="http://xcb.freedesktop.org/" |
slaxemulator@12935 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@12935 | 11 WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL" |
slaxemulator@12935 | 12 |
slaxemulator@12935 | 13 DEPENDS="libxcb" |
slaxemulator@12935 | 14 BUILD_DEPENDS="libxcb-dev xorg-util-macros" |
slaxemulator@12935 | 15 |
slaxemulator@12935 | 16 # Rules to configure and make the package. |
slaxemulator@12935 | 17 compile_rules() |
slaxemulator@12935 | 18 { |
slaxemulator@12935 | 19 cd $src |
slaxemulator@12935 | 20 ./configure --disable-static $CONFIGURE_ARGS && make && make install |
slaxemulator@12935 | 21 } |
slaxemulator@12935 | 22 |
slaxemulator@12935 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@12935 | 24 genpkg_rules() |
slaxemulator@12935 | 25 { |
slaxemulator@12935 | 26 mkdir -p $fs/usr/lib |
slaxemulator@12935 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
slaxemulator@12935 | 28 } |