wok-next annotate xfburn/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@20175 1 # SliTaz package receipt v2.
devl547@5626 2
devl547@5626 3 PACKAGE="xfburn"
devl547@18342 4 VERSION="0.5.4"
devl547@5626 5 CATEGORY="utilities"
devl547@5626 6 SHORT_DESC="GTK+ based CD and DVD burning application"
devl547@5626 7 MAINTAINER="devl547@gmail.com"
pascal@15335 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://goodies.xfce.org/projects/applications/xfburn"
al@20175 10
devl547@5626 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20175 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@9994 13
al@21017 14 BUILD_DEPENDS="intltool libburn-dev libisofs-dev gtk2-dev libxfce4ui-dev \
al@20175 15 exo-dev libgudev-dev gstreamer1-dev gst1-plugins-base-dev"
al@20175 16 COOKOPTS="!uiz" # headers of the *.ui disappeared
al@20175 17
al@20175 18 compile_rules() {
al@20175 19 ./configure \
al@20175 20 --disable-debug \
al@20175 21 $CONFIGURE_ARGS &&
al@20496 22 fix libtool &&
devl547@5626 23 make &&
al@20175 24 make install
devl547@5626 25 }
devl547@5626 26
al@20175 27 genpkg_rules() {
al@20175 28 copy @std
al@21117 29 DEPENDS="libexo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk2 libburn \
al@20496 30 libgudev libisofs libxfce4ui libxfce4util"
al@20175 31 TAGS="Xfce"
devl547@5626 32 }