wok diff physfs-dev/receipt @ rev 8654

Up: clutter 1.6.2
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 15 04:07:22 2011 +0100 (2011-02-15)
parents
children 7a849d93caa3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/physfs-dev/receipt	Tue Feb 15 04:07:22 2011 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="physfs-dev"
     1.7 +VERSION="2.0.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Abstraction layer for filesystem and archive access"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +WANTED="physfs"
    1.12 +WEB_SITE="http://icculus.org/physfs/"
    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
    1.18 +	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp $_pkg/usr/lib/*.a $fs/usr/lib
    1.20 +}