summaryrefslogtreecommitdiffstats
path: root/gimp-plugin-texturize/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /gimp-plugin-texturize/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'gimp-plugin-texturize/PKGBUILD')
-rw-r--r--gimp-plugin-texturize/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/gimp-plugin-texturize/PKGBUILD b/gimp-plugin-texturize/PKGBUILD
deleted file mode 100644
index 0fa82ee..0000000
--- a/gimp-plugin-texturize/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}