wok view libgtkimageview-dev/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
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 }