wok-next view libffi-dev/receipt @ rev 6056
scite: Update build depends
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 19 20:58:38 2010 +0000 (2010-08-19) |
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 }