wok-current view libmodplug-dev/receipt @ rev 5068

move static binaries in /usr/share/boot to avoid tazwok strip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 12 17:24:19 2010 +0100 (2010-03-12)
parents 87b2c31fbfe6
children fc8fb9c142e9
line source
1 # SliTaz package receipt.
3 PACKAGE="libmodplug-dev"
4 VERSION="0.8.7"
5 CATEGORY="development"
6 SHORT_DESC="libmodplug devel files"
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="libmodplug"
9 WEB_SITE="http://modplug-xmms.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }