wok diff libmikmod-dev/receipt @ rev 14414

emotion: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:17:08 2013 +0200 (2013-04-23)
parents
children 8f447cf2eee5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libmikmod-dev/receipt	Tue Apr 23 19:17:08 2013 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libmikmod-dev"
     1.7 +VERSION="3.2.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Libmikmod devel files and headers."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +WANTED="libmikmod"
    1.12 +WEB_SITE="http://mikmod.shlomifish.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.21 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.22 +}
    1.23 +