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

Remove 3 largest in /usr/share/pixmaps on fs,iso.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 15 01:02:51 2017 +0200 (2017-10-15)
parents 124c3a7da04f
children a78610b2eb47
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 pkg-config"
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 }