wok-next view xfburn/receipt @ rev 21066

Switch some python packages to traditional build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 06 13:30:23 2018 +0200 (2018-12-06)
parents 690e7cc036d5
children 0efaf035ff76
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="https://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 gtk2-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 --disable-debug \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="exo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk2 libburn \
30 libgudev libisofs libxfce4ui libxfce4util"
31 TAGS="Xfce"
32 }