wok annotate libmowgli-dev/receipt @ rev 13956

gpm: /usr/lib/*.so must be executable
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 12:46:41 2013 +0000 (2013-01-30)
parents 69f1eb160162
children 8f447cf2eee5
rev   line source
mimas@2029 1 # SliTaz package receipt.
mimas@2029 2
mimas@2029 3 PACKAGE="libmowgli-dev"
slaxemulator@10243 4 VERSION="0.9.50"
mimas@2029 5 CATEGORY="development"
mimas@2029 6 SHORT_DESC="High performance and highly flexible algorithms."
mimas@2029 7 MAINTAINER="mimas@slitaz.org"
mimas@2029 8 WANTED="libmowgli"
mimas@2029 9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
mimas@2029 10
mimas@2029 11 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2029 12 genpkg_rules()
mimas@2029 13 {
mimas@2029 14 mkdir -p $fs/usr/lib/pkgconfig
mimas@2029 15 cp -a $_pkg/usr/include $fs/usr
pascal@2556 16 #cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
mimas@2029 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
mimas@2029 18 }
mimas@2029 19