wok view tiff-apps/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents de5d8ec1d324
children 02bbaa9d12ba
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="3.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="jpeg zlib tiff"
9 WANTED="tiff"
10 WEB_SITE="http://www.remotesensing.org/libtiff/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 strip -s $fs/usr/bin/*
18 }