wok view pangomm-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 051931e905b0
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="pangomm-dev"
4 VERSION="2.35.1"
5 CATEGORY="development"
6 SHORT_DESC="Pangomm library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="pangomm"
10 WEB_SITE="http://www.gnome.org/"
12 DEPENDS="pangomm cairomm-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $install/usr/lib/*/include $fs/usr
21 }