wok view orc-dev/receipt @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
parents 47e1df965953
children f859cb9150af
line source
1 # SliTaz package receipt.
3 PACKAGE="orc-dev"
4 VERSION="0.4.16"
5 CATEGORY="development"
6 SHORT_DESC="Oil runtime compiler devel files"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="BSD"
9 WANTED="orc"
10 WEB_SITE="http://code.entropywave.com/orc"
12 DEPENDS="orc pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib/
21 cp -a $install/usr/share $fs/usr
22 }