wok view libffi-dev/receipt @ rev 4604

vlc: spin off libvlc & libvlc-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:03:36 2009 +0100 (2009-12-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 }