summaryrefslogtreecommitdiffstats
path: root/gimp-plugin-texturize/PKGBUILD
blob: 0fa82ee2891c4f3ddae3bd0da326142481cc2640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=gimp-plugin-texturize
pkgver=2.1
pkgrel=2
pkgdesc="Generates large textures from a small sample"
arch=('i686' 'x86_64')
url="http://gimp-texturize.sourceforge.net/"
license=('GPL')
depends=('gimp')
makedepends=('perlxml')
source=(http://downloads.sourceforge.net/sourceforge/gimp-texturize/texturize-${pkgver}_src.tgz)
md5sums=('7f94b8cefc97eaa296b14fdbdc2c995e')

build() {
  cd "$srcdir"/gimp-texturize
  ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir"/gimp-texturize
  make DESTDIR="$pkgdir" install
}