wok-next view libmikmod-dev/receipt @ rev 19445
libvncserver: add pkgconfig files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 14 21:20:04 2016 +0200 (2016-10-14) |
parents | 8f447cf2eee5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmikmod-dev"
4 VERSION="3.3.6"
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 }