# HG changeset patch # User Christopher Rogers # Date 1320217991 0 # Node ID 991166a88afa79c122fd9ba5f917439c5628bc57 # Parent b8a5a746992518e3784bdde13a4d4a037e72feb0 Up: freetype to 2.4.7. diff -r b8a5a7469925 -r 991166a88afa freetype-dev/receipt --- a/freetype-dev/receipt Wed Nov 02 07:12:20 2011 +0000 +++ b/freetype-dev/receipt Wed Nov 02 07:13:11 2011 +0000 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="freetype-dev" -VERSION="2.4.4" +VERSION="2.4.7" CATEGORY="development" SHORT_DESC="Freetype font engine devel files." WEB_SITE="http://www.freetype.org/" MAINTAINER="pankso@slitaz.org" +DEPENDS="freetype" WANTED="freetype" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share $fs/usr } diff -r b8a5a7469925 -r 991166a88afa freetype/receipt --- a/freetype/receipt Wed Nov 02 07:12:20 2011 +0000 +++ b/freetype/receipt Wed Nov 02 07:13:11 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="freetype" -VERSION="2.4.4" +VERSION="2.4.7" CATEGORY="x-window" SHORT_DESC="Freetype font engine." MAINTAINER="pankso@slitaz.org" @@ -20,13 +20,13 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }