wok annotate libgtkimageview-dev/receipt @ rev 15473

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 20:47:29 2013 +0000 (2013-11-09)
parents be13f25e790b
children 8ed62ecac0c7
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
gokhlayeh@5871 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5871 14 genpkg_rules()
gokhlayeh@5871 15 {
gokhlayeh@5871 16 mkdir -p $fs/usr
pascal@15473 17 cp -a $install/usr/include $fs/usr
pascal@15473 18 cp -a $install/usr/lib $fs/usr
gokhlayeh@5871 19 # Remove libraries files
gokhlayeh@5871 20 cd $fs/usr/lib
gokhlayeh@5871 21 rm -r *.so*
gokhlayeh@5871 22 }