wok view xcb-util-dev/receipt @ rev 19702

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 12:15:09 2017 +0100 (2017-02-14)
parents 4ba762f15bab
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-dev"
4 VERSION="0.3.8"
5 CATEGORY="development"
6 SHORT_DESC="xcb-util development files"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="MIT"
9 WANTED="xcb-util"
10 WEB_SITE="http://xcb.freedesktop.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="xcb-util"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }