wok view libmikmod-dev/receipt @ rev 13897

Add: qutim (0.3.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Jan 19 12:39:53 2013 +0000 (2013-01-19)
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 }