wok annotate xcb-util-keysyms/receipt @ rev 17087
Add gtk-engines
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Aug 26 21:42:50 2014 +0200 (2014-08-26) |
parents | 1579e41f30b5 |
children | a78610b2eb47 |
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" |
pascal@14744 | 8 LICENSE="other" |
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" |
pankso@16139 | 12 HOST_ARCH="i486 arm" |
slaxemulator@12935 | 13 |
slaxemulator@12935 | 14 DEPENDS="libxcb" |
slaxemulator@12935 | 15 BUILD_DEPENDS="libxcb-dev xorg-util-macros" |
slaxemulator@12935 | 16 |
slaxemulator@12935 | 17 # Rules to configure and make the package. |
slaxemulator@12935 | 18 compile_rules() |
slaxemulator@12935 | 19 { |
pankso@16139 | 20 ./configure \ |
pankso@16139 | 21 --disable-static \ |
pankso@16139 | 22 $CONFIGURE_ARGS && |
pankso@16139 | 23 make && make install |
slaxemulator@12935 | 24 } |
slaxemulator@12935 | 25 |
slaxemulator@12935 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@12935 | 27 genpkg_rules() |
slaxemulator@12935 | 28 { |
slaxemulator@12935 | 29 mkdir -p $fs/usr/lib |
slaxemulator@12935 | 30 cp -a $install/usr/lib/*.so* $fs/usr/lib |
slaxemulator@12935 | 31 } |