wok view libmikmod-dev/receipt @ rev 21357

updated lilo (24.0 -> 24.2)
author Hans-G?nter Theisgen
date Sun Apr 21 10:07:03 2019 +0100 (2019-04-21)
parents 47db6c314932
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libmikmod-dev"
4 VERSION="3.3.11.1"
5 CATEGORY="development"
6 SHORT_DESC="Libmikmod development files."
7 LICENSE="LGPL2 LGPL2.1"
8 MAINTAINER="paul@slitaz.org"
9 WEB_SITE="http://mikmod.shlomifish.org/"
11 WANTED="libmikmod"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 mkdir -p $fs/usr/share
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a* $fs/usr/lib
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }