wok view libgtkimageview-dev/receipt @ rev 13051

php, php-gd: Add freetype support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 18 22:02:23 2012 +0200 (2012-06-18)
parents af022550edde
children 8f447cf2eee5
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 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
18 # Remove libraries files
19 cd $fs/usr/lib
20 rm -r *.so*
21 }