wok view libmikmod-dev/receipt @ rev 15033

conky: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 11:34:36 2013 +0000 (2013-08-12)
parents
children 8f447cf2eee5
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 MAINTAINER="paul@slitaz.org"
8 WANTED="libmikmod"
9 WEB_SITE="http://mikmod.shlomifish.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $install/usr/bin $fs/usr
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a* $fs/usr/lib
18 cp -a $install/usr/share/aclocal $fs/usr/share
19 }