1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: eric <eric@archlinux.org>
3 # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
8 pkgdesc="Adjust attributes associated with the Xv extension to XFree86"
10 url="http://www.dtek.chalmers.se/~dvd/"
13 optdepends=('gxvattr: gtk interface')
15 source=("ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/xvattr-1.3.tar.gz"
16 #source=("ftp://ftp.li.kernel.org/pub/.6/gentoo/distfiles/xvattr-1.3.tar.gz")
17 #source=("http://www.dtek.chalmers.se/~dvd/dist/${pkgname}-${pkgver}.tar.gz") --> Gone
18 "$pkgname-$pkgver-nogtk.patch")
19 md5sums=('041e0d1f2ebce216e69e08ce78ec2ceb'
20 'a47ed878903f3e104b3ca10fdf2434d4')
23 cd "$srcdir/$pkgname-$pkgver"
25 # disabling gtk interface
26 patch -p1 -i ../$pkgname-$pkgver-nogtk.patch
29 ./configure --prefix=/usr \
30 --mandir=/usr/share/man \
36 cd "$srcdir/$pkgname-$pkgver"
38 make DESTDIR="$pkgdir/" install