wok-current view xcb-util-wm/receipt @ rev 20008
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 14:08:19 2017 -0300 (2017-08-02) |
parents | 1579e41f30b5 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-wm"
4 VERSION="0.3.8"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="other"
9 WEB_SITE="http://xcb.freedesktop.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="libxcb"
15 BUILD_DEPENDS="libxcb-dev xorg-util-macros"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --disable-static $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }