From 46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Jan 2012 23:14:45 +0000 Subject: Sun Jan 8 23:14:45 UTC 2012 --- testing/oxine/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/oxine/PKGBUILD (limited to 'testing/oxine') diff --git a/testing/oxine/PKGBUILD b/testing/oxine/PKGBUILD new file mode 100644 index 000000000..6ccda1c01 --- /dev/null +++ b/testing/oxine/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 146255 2012-01-07 05:13:36Z eric $ +# Maintainer: Alexander Baldeck +# Contributor: Rouslan Solomakhin +# Contributor: dorphell + +pkgname=oxine +pkgver=0.7.1 +pkgrel=5 +pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" +arch=('i686' 'x86_64') +url="http://oxine.sourceforge.net/" +license=('GPL') +depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') +source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) +md5sums=('2a2d05ee21892624e35cf539e532c0dd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|#include ||' configure src/download.c + ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ + --without-imagemagick --disable-gdkpixbuf --disable-weather + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf