wok-6.x diff xcb-util-keysyms/receipt @ rev 14382
Up: wpa_supplicant (1.11)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Apr 22 23:05:52 2013 +0200 (2013-04-22) |
parents | |
children | 1579e41f30b5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcb-util-keysyms/receipt Mon Apr 22 23:05:52 2013 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcb-util-keysyms" 1.7 +VERSION="0.3.8" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Utility libraries for XC Binding" 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" 1.17 +BUILD_DEPENDS="libxcb-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 +}