wok-stable diff libltdl/receipt @ rev 8779

Fix: assaultcube/receipt (I was on it Chris...)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 22 15:41:19 2011 +0100 (2011-02-22)
parents
children 129bb5b11a7e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libltdl/receipt	Tue Feb 22 15:41:19 2011 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libltdl"
     1.7 +VERSION="2.4"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="The GNU Portable Library Tool."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +BUILD_DEPENDS="libtool"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.gnu.org/software/libtool/"
    1.14 +WANTED="libtool"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	
    1.21 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.22 +}