wok annotate libgtkimageview-dev/receipt @ rev 25540
Update some web_site/wget_url with https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 18:12:54 2023 +0000 (20 months ago) |
parents | 8ed62ecac0c7 |
children |
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" |
pascal@20674 | 11 WEB_SITE="https://web.archive.org/web/20130517010338/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 } |