# $Id: PKGBUILD 34751 2010-12-12 15:03:53Z tdziedzic $ # Contributor: Andrea Scarpino # Contributor: Roman Kyrylych # Contributor: detto # Maintainer: Daniel J Griffiths pkgname=gtk-engine-murrine pkgver=0.98.1.1 pkgrel=2 pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers." arch=('i686' 'x86_64') url="http://cimitan.com/murrine/project/murrine" license=('LGPL3') depends=('gtk2') makedepends=('intltool') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.bz2) sha256sums=('e6a2af72674403d06c03e067d915004e8d9cdeec206f3350c7f3ee595b139912') build() { cd murrine-${pkgver} ./configure \ --prefix=/usr \ --enable-animation \ --enable-animationrtl make } package() { cd murrine-${pkgver} make DESTDIR=${pkgdir} install }