wok view libmikmod-dev/receipt @ rev 19049

Fix the name (lives > lives-exe), desktop file.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 17:33:06 2016 -0300 (2016-04-17)
parents 8f447cf2eee5
children 91e519915db2
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 }