wok-current annotate libmowgli-dev/receipt @ rev 15533
Up: firefox (17.0.11esr)
| author | Dominique Corbex <domcox@slitaz.org> | 
|---|---|
| date | Sun Nov 24 17:36:08 2013 +0100 (2013-11-24) | 
| parents | a529ee09935a | 
| children | 8ed62ecac0c7 | 
| 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" | 
| pascal@15473 | 8 LICENSE="BSD" | 
| mimas@2029 | 9 WANTED="libmowgli" | 
| mimas@2029 | 10 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" | 
| mimas@2029 | 11 | 
| mimas@2029 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. | 
| mimas@2029 | 13 genpkg_rules() | 
| mimas@2029 | 14 { | 
| mimas@2029 | 15 mkdir -p $fs/usr/lib/pkgconfig | 
| pascal@15473 | 16 cp -a $install/usr/include $fs/usr | 
| pascal@15473 | 17 #cp -a $install/usr/lib/*.*a $fs/usr/lib | 
| pascal@15473 | 18 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig | 
| mimas@2029 | 19 } | 
| mimas@2029 | 20 |