wok-next annotate libgtkimageview/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
rev   line source
pascal@20117 1 # SliTaz package receipt v2.
gokhlayeh@5871 2
gokhlayeh@5871 3 PACKAGE="libgtkimageview"
gokhlayeh@5871 4 VERSION="1.6.4"
gokhlayeh@5871 5 CATEGORY="system-tools"
al@20557 6 SHORT_DESC="Simple image viewer widget for GTK"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15473 8 LICENSE="LGPL2.1"
al@20906 9 WEB_SITE="https://web.archive.org/web/20130517010338/http://trac.bjourne.webfactional.com/"
al@20557 10
al@20577 11 TARBALL="gtkimageview-$VERSION.tar.gz"
al@20906 12 WGET_URL="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/$TARBALL?format=raw" # FIXME
gokhlayeh@5871 13
al@21017 14 BUILD_DEPENDS="gtk2-dev expat-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15473 16
al@20557 17 compile_rules() {
al@20557 18 ./configure $CONFIGURE_ARGS &&
al@20577 19 fix libtool &&
al@20557 20 make &&
al@21020 21 make DESTDIR=$install install
gokhlayeh@5871 22 }
gokhlayeh@5871 23
al@20557 24 genpkg_rules() {
pascal@20117 25 case $PACKAGE in
al@20557 26 libgtkimageview)
al@20557 27 copy @std
al@21017 28 DEPENDS="gtk2"
al@20557 29 ;;
al@20557 30 *-dev)
al@20557 31 copy @dev
al@20557 32 ;;
pascal@20117 33 esac
gokhlayeh@5871 34 }