diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/gimp-dbp/PKGBUILD | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/gimp-dbp/PKGBUILD')
-rw-r--r-- | extra/gimp-dbp/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/gimp-dbp/PKGBUILD b/extra/gimp-dbp/PKGBUILD deleted file mode 100644 index 9ebff69c5..000000000 --- a/extra/gimp-dbp/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 148736 2012-02-05 11:48:41Z ibiru $ -# Maintainer: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> - -pkgname=gimp-dbp -pkgver=1.1.9 -pkgrel=3 -pkgdesc="David's batch processor for the GIMP" -arch=('i686' 'x86_64') -url="http://members.ozemail.com.au/~hodsond/dbp.html" -license=('GPL') -depends=('gimp') -source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz) -md5sums=('1106625707798ab8ea1317ac6bece1c5') - -build() { - cd "${srcdir}/dbp-${pkgver}" - sed -i "s|<string>|<cstring>|" op.h - make -} - -package() { - cd "${srcdir}/dbp-${pkgver}" - install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp" -} |