wok annotate ftgl-dev/receipt @ rev 20085
also update libssl: from: 1.0.2k [26 Jan 2017] to 1.0.2l [25 May 2017], see: http://hg.slitaz.org/wok/rev/90fcaa823068
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Sep 27 22:18:42 2017 +0000 (2017-09-27) |
parents | 3b4e4318134e |
children | e3f377fbc5f0 |
rev | line source |
---|---|
slaxemulator@6554 | 1 # SliTaz package receipt. |
slaxemulator@6554 | 2 |
slaxemulator@6554 | 3 PACKAGE="ftgl-dev" |
slaxemulator@6554 | 4 VERSION="2.1.3-rc5" |
slaxemulator@6554 | 5 CATEGORY="development" |
slaxemulator@6554 | 6 SHORT_DESC="devel files for ftgl" |
slaxemulator@6554 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15593 | 8 LICENSE="GPL2" |
slaxemulator@6554 | 9 WEB_SITE="http://ftgl.wiki.sourceforge.net/" |
slaxemulator@6554 | 10 WANTED="ftgl" |
slaxemulator@6554 | 11 |
pascal@15597 | 12 DEPENDS="ftgl pkg-config" |
pascal@15593 | 13 |
slaxemulator@6554 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@6554 | 15 genpkg_rules() |
slaxemulator@6554 | 16 { |
slaxemulator@6554 | 17 mkdir -p $fs/usr/lib |
pascal@15593 | 18 cp -a $install/usr/include $fs/usr |
pascal@15593 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15593 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
slaxemulator@6554 | 21 } |