wok-next view libmikmod-dev/receipt @ rev 16102
Add libcaca (hopefully)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Mar 18 20:06:52 2014 +0000 (2014-03-18) |
parents | 4aed2b24febc |
children | 47db6c314932 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmikmod-dev"
4 VERSION="3.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Libmikmod devel files and headers."
7 LICENSE="LGPL2 LGPL2.1"
8 MAINTAINER="paul@slitaz.org"
9 WANTED="libmikmod"
10 WEB_SITE="http://mikmod.shlomifish.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $install/usr/bin $fs/usr
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a* $fs/usr/lib
19 cp -a $install/usr/share/aclocal $fs/usr/share
20 }