wok-next view xfburn/receipt @ rev 20175

Up gigolo, mousepad, orage, parole, xfburn, xfce4-mixer, xfce4-notifyd, xfce4-session, xfce4-settings, xfdesktop, xfwm4; add ristretto, xfce4-battery-plugin, xfce4-dict, xfce4-screenshooter.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 02 01:04:01 2017 +0200 (2017-11-02)
parents 346b75128491
children 6d367d984b77
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfburn"
4 VERSION="0.5.4"
5 CATEGORY="utilities"
6 SHORT_DESC="GTK+ based CD and DVD burning application"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool libburn-dev libisofs-dev gtk+-dev libxfce4ui-dev \
15 exo-dev libgudev-dev gstreamer1-dev gst1-plugins-base-dev"
16 COOKOPTS="!uiz" # headers of the *.ui disappeared
18 compile_rules() {
19 ./configure \
20 --sysconfdir=/etc \
21 --localstatedir=/var \
22 --disable-debug \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="atk cairo exo fontconfig freetype gdk-pixbuf glib \
31 gst1-plugins-base gstreamer1 gtk+ libburn libgudev libisofs libxfce4ui \
32 libxfce4util pango"
33 TAGS="Xfce"
34 }