wok view libgtkimageview-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 8f447cf2eee5
children eeba7ab1dffe
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 LICENSE="LGPL2.1"
10 WANTED="libgtkimageview"
11 WEB_SITE="http://trac.bjourne.webfactional.com/"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 # Remove libraries files
22 cd $fs/usr/lib
23 rm -r *.so*
24 }