diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gimp-dbp/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gimp-dbp/PKGBUILD')
-rw-r--r-- | community/gimp-dbp/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/gimp-dbp/PKGBUILD b/community/gimp-dbp/PKGBUILD deleted file mode 100644 index d41ad9b66..000000000 --- a/community/gimp-dbp/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 83142 2013-01-27 16:14:44Z pierre $ -# 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" -} |