summaryrefslogtreecommitdiff
path: root/community/thoggen/PKGBUILD
blob: 35230b4c031d23833405a328c209332143b9681a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 22322 2010-07-20 23:22:32Z mherych $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Robert Emil Berge <filoktetes@linuxophic.org>

pkgname=thoggen
pkgver=0.7.1
pkgrel=5
pkgdesc="A DVD ripper based on GStreamer and Gtk+."
arch=('i686' 'x86_64')
url="http://thoggen.net/"
license=('GPL')
depends=('libofa' 'perlxml' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-ffmpeg' 'libdvdread' 'hal' 'libglade')
source=(http://downloads.sourceforge.net/sourceforge/thoggen/$pkgname-$pkgver.tar.gz)
md5sums=('e36c1ceb098f8ed51ca6c0d1e7ae8279')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}