wok-next view libffi-dev/receipt @ rev 5113
hal: rm bashism,update hal-functions path;add missing ntfs-3g hal policy
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Mar 18 13:03:23 2010 +0000 (2010-03-18) |
parents | 73d44cf30650 |
children | b2721d48928e |
line source
1 # SliTaz package receipt.
3 PACKAGE="libffi-dev"
4 VERSION="3.0.9"
5 CATEGORY="development"
6 SHORT_DESC="libffi devel files."
7 WEB_SITE="http://sourceware.org/libffi/"
8 MAINTAINER="rcx@zoominternet.net"
9 WANTED="libffi"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/lib/$WANTED-$VERSION $fs/usr/lib
19 # Copy the headers to the standard location
20 mkdir -p $fs/usr/include/$WANTED-$VERSION
21 cp -a $_pkg/usr/lib/$WANTED-$VERSION/include/* $fs/usr/include/$WANTED-$VERSION
22 }