updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / gopdit / PKGBUILD
blob7654800a78febbd7ac290229389636b1b5f306cd
1 # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
2 # Previous Contributor: Sebastian Sareyko <public@nooms.de>
3 pkgname=gopdit
4 pkgver=0.2.9
5 pkgrel=1
6 pkgdesc="A simple program to cut and merge MPEG2-PS files at GOP boundaries without reencoding"
7 url="http://gopdit.ath.cx/"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('libmpeg2' 'qt3')
11 source=(http://gopdit.ath.cx/$pkgname-$pkgver.tar.gz includes.patch)
12 md5sums=('79cc81028ea346c5572c246258ef980a'
13          '6b5b6e78db89a30dda90981b85c3a98d')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
16   patch -p1 < ../includes.patch
17   ./configure --prefix=/usr --sysconfdir=/etc
18   make || return 1
19   make DESTDIR="$pkgdir" install