wok annotate libmikmod-dev/receipt @ rev 18230
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 10:47:46 2015 +0200 (2015-07-23) |
parents | 8f447cf2eee5 |
children | 91e519915db2 |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="libmikmod-dev" |
devl547@16408 | 4 VERSION="3.3.6" |
pascal@13591 | 5 CATEGORY="development" |
pascal@13591 | 6 SHORT_DESC="Libmikmod devel files and headers." |
pascal@15473 | 7 LICENSE="LGPL2 LGPL2.1" |
pascal@13591 | 8 MAINTAINER="paul@slitaz.org" |
pascal@13591 | 9 WANTED="libmikmod" |
pascal@13591 | 10 WEB_SITE="http://mikmod.shlomifish.org/" |
pascal@13591 | 11 |
pascal@13591 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 13 genpkg_rules() |
pascal@13591 | 14 { |
pascal@13591 | 15 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@13591 | 16 cp -a $install/usr/bin $fs/usr |
pascal@13591 | 17 cp -a $install/usr/include $fs/usr |
pascal@13591 | 18 cp -a $install/usr/lib/*.*a* $fs/usr/lib |
pascal@13591 | 19 cp -a $install/usr/share/aclocal $fs/usr/share |
pascal@13591 | 20 } |
pascal@13591 | 21 |