wok annotate libgtkimageview-dev/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 8f447cf2eee5
children eeba7ab1dffe
rev   line source
gokhlayeh@5871 1 # SliTaz package receipt.
gokhlayeh@5871 2
gokhlayeh@5871 3 PACKAGE="libgtkimageview-dev"
gokhlayeh@5871 4 VERSION="1.6.4"
gokhlayeh@5871 5 CATEGORY="development"
gokhlayeh@5871 6 SHORT_DESC="Simple image viewer widget for GTK devel files."
gokhlayeh@5871 7 SOURCE="gtkimageview"
gokhlayeh@7034 8 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15473 9 LICENSE="LGPL2.1"
gokhlayeh@5871 10 WANTED="libgtkimageview"
gokhlayeh@5871 11 WEB_SITE="http://trac.bjourne.webfactional.com/"
gokhlayeh@5871 12
pascal@15597 13 DEPENDS="pkg-config"
pascal@15597 14
gokhlayeh@5871 15 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5871 16 genpkg_rules()
gokhlayeh@5871 17 {
gokhlayeh@5871 18 mkdir -p $fs/usr
pascal@15473 19 cp -a $install/usr/include $fs/usr
pascal@15473 20 cp -a $install/usr/lib $fs/usr
gokhlayeh@5871 21 # Remove libraries files
gokhlayeh@5871 22 cd $fs/usr/lib
gokhlayeh@5871 23 rm -r *.so*
gokhlayeh@5871 24 }