1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="Adjust attributes associated with the Xv extension to XFree86. Gtk version."
9 url="http://www.dtek.chalmers.se/~dvd/"
11 depends=('libxv' 'gtk')
13 source=("ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/xvattr-1.3.tar.gz")
14 #source=("ftp://ftp.li.kernel.org/gentoo/distfiles/xvattr-1.3.tar.gz")
15 #source=("http://www.dtek.chalmers.se/~dvd/dist/${pkgname}-${pkgver}.tar.gz") --> Gone
16 md5sums=('041e0d1f2ebce216e69e08ce78ec2ceb')
19 cd "$srcdir/$_pkg-$pkgver"
21 ./configure --prefix=/usr \
22 --mandir=/usr/share/man
27 cd "$srcdir/$_pkg-$pkgver"
29 make DESTDIR="$pkgdir/" install
31 # remove unneeded files
32 rm -rf "$pkgdir/usr/share" "$pkgdir/usr/bin/$_pkg"