# SliTaz package receipt. PACKAGE="perl-pango" SOURCE="Pango" VERSION="1.222" CATEGORY="development" SHORT_DESC="Layout and render international text." MAINTAINER="claudinei@slitaz.org" DEPENDS="perl pango perl-glib perl-cairo xcb-util" BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/~tsch/Pango/" WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/lib $fs/usr }