wok-next view xfburn/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f48456621a9d
children
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="libexo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk2 libburn \
30 libgudev libisofs libxfce4ui libxfce4util"
31 TAGS="Xfce"
32 }