File PKGBUILD of Package emerald-themes-git
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
# Contributor: jyantis <yantis@yantis.net>
pkgname=emerald-themes-git
pkgver=0.8.12.r1.gaf8d88f
pkgrel=1
pkgdesc="Themes for emerald"
arch=('any')
url="https://github.com/compiz-reloaded/emerald-themes"
license=('GPL')
depends=('emerald')
makedepends=('intltool' 'pkgconfig')
groups=('compiz-fusion' 'compiz-fusion-kde' 'compiz-fusion-gtk')
conflicts=('emerald-themes')
provides=('emerald-themes')
source=("${pkgname}-${pkgver}.tar.xz")
md5sums=('SKIP')
build() {
cd "${pkgname}-${pkgver}"
./autogen.sh
./configure --prefix=/usr
make
}
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}