wok diff freetype1-dev/receipt @ rev 2175

Add freetype1 (thanks Matthew)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 08 16:51:50 2009 +0000 (2009-02-08)
parents
children 7f5e5c66d1ae
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/freetype1-dev/receipt	Sun Feb 08 16:51:50 2009 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="freetype1-dev"
     1.7 +VERSION="1.3.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Freetype1 font engine devel files."
    1.10 +WEB_SITE="http://www.freetype.org/"
    1.11 +MAINTAINER="rcx@zoominternet.net"
    1.12 +WANTED="freetype1"
    1.13 +SOURCE="freetype"
    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 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $_pkg/usr/share $fs/usr
    1.24 +}