wok-stable diff libart_lgpl-dev/receipt @ rev 67

Flex: add symlink /usr/bin/lex
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 24 13:20:13 2007 +0100 (2007-12-24)
parents
children 3e085751bf3a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libart_lgpl-dev/receipt	Mon Dec 24 13:20:13 2007 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libart_lgpl-dev"
     1.7 +VERSION="2.3.19"
     1.8 +CATEGORY="devel"
     1.9 +SHORT_DESC="Free libart devel file."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="gtk+"
    1.12 +WANTED="libart_lgpl"
    1.13 +WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/bin $fs/usr
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +}
    1.24 +