diff options
Diffstat (limited to 'community/gimp-gap/PKGBUILD')
-rw-r--r-- | community/gimp-gap/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/gimp-gap/PKGBUILD b/community/gimp-gap/PKGBUILD deleted file mode 100644 index f541a468b..000000000 --- a/community/gimp-gap/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 83144 2013-01-27 16:15:18Z pierre $ -# Maintainer: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> - -pkgname=gimp-gap -pkgver=2.6.0 -pkgrel=3 -pkgdesc="A Plug-In collection to edit and create animations for the Gimp" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gimp.org/downloads/" -depends=('gimp' 'xvidcore' 'bash' 'libjpeg') -makedepends=('intltool') -options=('!makeflags') -source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2) -md5sums=('249ed829de8b78675c0fe4ef4212089f') - -build() { - cd "$srcdir/$pkgname-$pkgver" - [ "$CARCH" = "x86_64" ] && CFLAGS+="-fPIC" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |