wok diff libunique-doc/receipt @ rev 5990

uclibc-cross-compiler-i486: add run time support for host
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 14 16:57:26 2010 +0200 (2010-08-14)
parents
children f3f04d197875
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libunique-doc/receipt	Sat Aug 14 16:57:26 2010 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libunique-doc"
     1.7 +VERSION="1.0.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Libunqiue documentation.."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libunqiue"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://live.gnome.org/LibUnique"
    1.14 +WANTED="libunique"
    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/
    1.20 +	cp -a $_pkg/usr/share $fs/usr
    1.21 +}
    1.22 +