summaryrefslogtreecommitdiff
path: root/extra/oxine/PKGBUILD
blob: f1fb5eb5ede8d92ea209eac0761363631ff6fd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 59896 2009-11-29 15:47:18Z jgc $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Rouslan Solomakhin <rouslan@localnet.com>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=oxine
pkgver=0.7.1
pkgrel=3
pkgdesc="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
arch=('i686' 'x86_64')
depends=('xine-lib>=1.1.16.3' 'libexif>=0.6.17' 'eject' 'libcdio>=0.82' 'curl>=7.19.4' 'libxinerama' 'libsm' 'libxtst')
makedepends=('pkgconfig')
license=('GPL')
url="http://oxine.sourceforge.net/"
source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
md5sums=('2a2d05ee21892624e35cf539e532c0dd')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr --disable-hal \
    --without-imagemagick --disable-gdkpixbuf || return 1
  make || return 1
  make DESTDIR="${pkgdir}" install || return 1
}