wok-next annotate libmikmod-dev/receipt @ rev 15792
linux: CONFIG_I2C_EG20T=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 17 10:28:33 2014 +0000 (2014-01-17) |
parents | 4aed2b24febc |
children | 47db6c314932 |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="libmikmod-dev" |
pascal@13591 | 4 VERSION="3.2.0" |
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 |