wok-stable view libffi-dev/receipt @ rev 3898
slitaz-loram-cdrom: allow frugal install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 15 10:40:49 2009 +0200 (2009-08-15) |
parents | |
children | 5325e8430795 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libffi-dev"
4 VERSION="3.0.8"
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 }