wok annotate pango-dev/receipt @ rev 18211

cups-filters: save patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 16 09:43:24 2015 +0200 (2015-07-16)
parents d6d0843dc20b
children 124c3a7da04f
rev   line source
pankso@22 1 # SliTaz package receipt.
pankso@22 2
pankso@22 3 PACKAGE="pango-dev"
devl547@17596 4 VERSION="1.36.8"
pankso@199 5 CATEGORY="development"
pankso@22 6 SHORT_DESC="Library for layout and rendering of text devel files."
pankso@22 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@22 9 WANTED="pango"
pankso@22 10 WEB_SITE="http://www.pango.org/"
pankso@16133 11 HOST_ARCH="i486 arm"
pankso@22 12
al@16879 13 DEPENDS="pango cairo-dev pkg-config harfbuzz-dev"
pascal@15000 14
pankso@22 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@22 16 genpkg_rules()
pankso@22 17 {
slaxemulator@6671 18 mkdir -p $fs/usr/lib $fs/usr/share
slaxemulator@11055 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
slaxemulator@11055 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@16133 21 [ -d "$install/usr/lib/girepository-1.0" ] && \
pankso@16133 22 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
pankso@16133 23 [ -d "$install/usr/share/gir-1.0" ] && \
pankso@16133 24 cp -a $install/usr/share/gir-1.0 $fs/usr/share
slaxemulator@11055 25 cp -a $install/usr/include $fs/usr
slaxemulator@11055 26 cp -a $install/usr/lib/pango $fs/usr/lib
psychomaniak@17254 27 rm -rf $fs/usr/lib/pango/1.8.0/modules/*.so
pankso@22 28 }