wok view libgtkimageview-dev/receipt @ rev 10879

Add: luasocket
author Liu Peng <rocky@slitaz.org>
date Fri Jun 24 09:26:42 2011 +0000 (2011-06-24)
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 }