wok-current annotate libffi-dev/receipt @ rev 19219
emerald-themes: correct desc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 17 16:00:57 2016 +0300 (2016-06-17) |
parents | 8ed62ecac0c7 |
children | 9480f04fa684 |
rev | line source |
---|---|
rcx@3261 | 1 # SliTaz package receipt. |
rcx@3261 | 2 |
rcx@3261 | 3 PACKAGE="libffi-dev" |
al@16818 | 4 VERSION="3.1" |
rcx@3261 | 5 CATEGORY="development" |
rcx@3261 | 6 SHORT_DESC="libffi devel files." |
rcx@3261 | 7 WEB_SITE="http://sourceware.org/libffi/" |
rcx@3261 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@15473 | 9 LICENSE="MIT" |
pankso@12825 | 10 WANTED="libffi" |
pankso@12825 | 11 HOST_ARCH="i486 arm" |
pankso@12825 | 12 |
pascal@15597 | 13 DEPENDS="libffi pkg-config" |
rcx@3261 | 14 |
rcx@3261 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3261 | 16 genpkg_rules() |
rcx@3261 | 17 { |
pankso@12917 | 18 mkdir -p $fs/usr/lib $fs/usr/include |
pankso@12825 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pankso@12825 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@12917 | 21 cp -a $install/usr/lib/$WANTED-$VERSION $fs/usr/lib |
pankso@12825 | 22 |
rcx@3261 | 23 # Copy the headers to the standard location |
pankso@12825 | 24 cp -a $install/usr/lib/$WANTED-$VERSION/include/* \ |
pankso@12914 | 25 $fs/usr/include |
rcx@3261 | 26 } |