summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b6a48818ca7fcbc760068ede85020f55ed25e78a (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
# Maintainer: RedTide

pkgname=nuovext-icon-theme
reponame=icon-theme-nuovext
pkgver=0.1.0
pkgrel=2
pkgdesc="nuoveXT2 icon theme"
arch=('any')
url="https://github.com/redtide/$reponame"
license=('GPL')
depends=('gtk-update-icon-cache')
makedepends=('git')
install=nuovext-icon-theme.install
source=(git://github.com/redtide/$reponame.git)
md5sums=('SKIP')

build() {
  cd $pkgname
  ./autogen.sh
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
}