wok-next view libmikmod-dev/receipt @ rev 19645

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
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 }