summaryrefslogtreecommitdiff
path: root/community/gtk-engine-unico/PKGBUILD
blob: 3fd50384311f5b242b065dc66a9e2b492f6067b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 69736 2012-04-23 09:07:35Z ibiru $
# Maintainer:  Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Hilinus <itahilinus[at]hotmail[dot]it>

pkgname=gtk-engine-unico
pkgver=1.0.2
pkgrel=1
pkgdesc="Unico GTK3 theme engine"
arch=('i686' 'x86_64')
url="https://launchpad.net/unico"
license=('GPL')
depends=("gtk3")
options=(!libtool)
source=("http://launchpad.net/unico/1.0/$pkgver/+download/${pkgname#gtk-engine-}-$pkgver.tar.gz")
md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412')


build() {
  cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
  
  ./configure --prefix=/usr --disable-static
  make
}

package() {
  cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
  make DESTDIR=${pkgdir} install
}