wok view libxcb-dev/receipt @ rev 6695
Added btanks. A fast 2d tank arcade game with multiplayer and split-screen modes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 04:18:49 2010 +0000 (2010-10-13) |
parents | 14f7cbd0ae89 |
children | b50762c8742b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libxcb-dev"
4 VERSION="1.7"
5 CATEGORY="development"
6 SHORT_DESC="libxcb development files"
7 DEPENDS="libpthread-stubs"
8 MAINTAINER="mallory@sweetpeople.org"
9 WANTED="libxcb"
10 WEB_SITE="http://xcb.freedesktop.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 }