From 1caa1d5eb39e6d1b0bf96af4be1e095b31495305 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jan 2011 18:39:41 +0100 Subject: mass changes Signed-off-by: Florian Pritz --- gimp-plugin-texturize/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gimp-plugin-texturize/PKGBUILD (limited to 'gimp-plugin-texturize') diff --git a/gimp-plugin-texturize/PKGBUILD b/gimp-plugin-texturize/PKGBUILD new file mode 100644 index 0000000..0fa82ee --- /dev/null +++ b/gimp-plugin-texturize/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Lukas Jirkovsky +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 +} -- cgit v1.2.3-24-g4f1b