wok view libgtkimageview-dev/receipt @ rev 8447

Up: fotoxx to 11.02.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 15:13:11 2011 +0000 (2011-02-06)
parents 035a319a4e53
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="libgtkimageview-dev"
4 VERSION="1.6.4"
5 CATEGORY="development"
6 SHORT_DESC="Simple image viewer widget for GTK devel files."
7 SOURCE="gtkimageview"
8 MAINTAINER="gokhlayeh@slitaz.org"
9 WANTED="libgtkimageview"
10 WEB_SITE="http://trac.bjourne.webfactional.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib $fs/usr
19 # Remove libraries files
20 cd $fs/usr/lib
21 rm -r *.so*
22 }