wok view pangomm-dev/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents f4afc6def4c7
children c07b7792db13
line source
1 # SliTaz package receipt.
3 PACKAGE="pangomm-dev"
4 VERSION="2.26.3"
5 CATEGORY="development"
6 SHORT_DESC="Pangomm library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="pangomm"
9 WANTED="pangomm"
10 WEB_SITE="http://www.gnome.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $_pkg/usr/lib/*/include $fs/usr
19 }