2009-12-04 03:12:11 +00:00
|
|
|
# Template file for 'xfburn'
|
|
|
|
pkgname=xfburn
|
2012-08-09 08:48:03 +00:00
|
|
|
version=0.4.3
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-08-09 08:48:03 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--enable-gstreamer --enable-dbus --disable-hal"
|
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
|
|
makedepends="intltool pkg-config libburn-devel libisofs-devel gtk+-devel
|
2013-04-14 16:42:25 +00:00
|
|
|
libxfcegui4-devel>=4.10.0_2 exo-devel gst-plugins-base-devel"
|
2009-12-04 03:12:11 +00:00
|
|
|
short_desc="CD-burner application for Xfce Desktop Environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-08-09 08:48:03 +00:00
|
|
|
homepage="http://goodies.xfce.org/projects/applications/xfburn"
|
2012-08-09 08:48:36 +00:00
|
|
|
license="GPL-2"
|
2013-04-15 20:58:41 +00:00
|
|
|
distfiles="http://archive.se.xfce.org/src/apps/xfburn/0.4/xfburn-${version}.tar.bz2"
|
2012-08-09 08:48:03 +00:00
|
|
|
checksum=c9993226f0f4e3dea3326ad320a01c165a7e1a485f07fa4a2583475a4e6eaafe
|
2009-12-04 03:12:11 +00:00
|
|
|
long_desc="
|
|
|
|
Xfburn is a tool to help burning CDs and DVDs. It fits well in the Xfce
|
|
|
|
Desktop Environment but can be used anywhere.
|
|
|
|
|
|
|
|
It is currently in development so some features may be missing, but it is
|
|
|
|
already able to burn data."
|
|
|
|
|
2012-08-09 08:48:03 +00:00
|
|
|
pre_configure() {
|
|
|
|
sed -i '1 i#include <glib-object.h>' xfburn/xfburn-settings.h
|
|
|
|
}
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xfburn_package() {
|
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|