mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/xfburn: new aport
a simple CD/DVD burning tool based on libburnia libraries http://goodies.xfce.org/projects/applications/xfburn
This commit is contained in:
parent
daeee3280b
commit
950ea5721e
31
testing/xfburn/APKBUILD
Normal file
31
testing/xfburn/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfburn
|
||||
pkgver=0.4.3
|
||||
pkgrel=0
|
||||
pkgdesc="a simple CD/DVD burning tool based on libburnia libraries"
|
||||
url="http://goodies.xfce.org/projects/applications/xfburn"
|
||||
license="GPL2"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="libburn-dev libisofs-dev libxfcegui4-dev thunar-dev librsvg-dev
|
||||
gst-plugins-base-dev exo-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/xfburn-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
build ()
|
||||
{
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--enable-gstreamer \
|
||||
--enable-thunar-vfs \
|
||||
--enable-dbus
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="147cdc2d909e751125be16103b8dc81f xfburn-0.4.3.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user