wok view pixman-dev/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 66feb7f9e198
children 47e1df965953
line source
1 # SliTaz package receipt.
3 PACKAGE="pixman-dev"
4 VERSION="0.28.2"
5 CATEGORY="development"
6 SHORT_DESC="Pixman library devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.cairographics.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="pixman"
13 DEPENDS="pixman"
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/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 }