wok-next annotate isomaster/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
al@20967 1 # SliTaz package receipt v2.
pankso@42 2
pankso@42 3 PACKAGE="isomaster"
al@20967 4 VERSION="1.3.14"
pankso@201 5 CATEGORY="utilities"
al@20967 6 SHORT_DESC="Graphical CD image (ISO) editor"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
al@20967 9 WEB_SITE="http://littlesvr.ca/isomaster/"
al@20967 10
pankso@42 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@42 12 WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL"
pankso@42 13
al@21020 14 BUILD_DEPENDS="gettext-dev gtk2-dev iniparser-dev"
pascal@15215 15
al@20967 16 compile_rules() {
al@20967 17 rm -r iniparser-4.1/
al@20967 18
al@20967 19 make \
al@20967 20 PREFIX=/usr \
al@20967 21 USE_SYSTEM_INIPARSER=1 \
al@20967 22 &&
al@20967 23 make \
al@20967 24 PREFIX=/usr \
al@20967 25 USE_SYSTEM_INIPARSER=1 \
al@20967 26 install || return 1
al@20967 27
al@20967 28 mkdir -p $install/usr/share/icons/hicolor/64x64/apps/
al@20967 29 ln -s /usr/share/isomaster/icons/isomaster.png \
al@20967 30 $install/usr/share/icons/hicolor/64x64/apps/isomaster.png
al@20967 31 fix symlinks
al@20967 32
al@20967 33 mkdir -p $install/etc/
al@20967 34 cp -r $stuff/skel/ $install/etc/
al@20967 35
al@20967 36 cook_pick_docs README.TXT CHANGELOG.TXT
pankso@42 37 }
pankso@42 38
al@20967 39 genpkg_rules() {
al@20967 40 copy @std hicolor/
al@21017 41 DEPENDS="gdk-pixbuf glib gtk2 iniparser"
al@20967 42 TAGS="iso editor"
pankso@42 43 }