[arch-commits] Commit in (4 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:15:09 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:15:09
  Author: pierre
Revision: 83143

extra2community: Moving gimp-gap from extra to community

Added:
  gimp-gap/
  gimp-gap/repos/
  gimp-gap/trunk/
  gimp-gap/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: gimp-gap/trunk/PKGBUILD
===================================================================
--- gimp-gap/trunk/PKGBUILD	                        (rev 0)
+++ gimp-gap/trunk/PKGBUILD	2013-01-27 16:15:09 UTC (rev 83143)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at 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
+}


Property changes on: gimp-gap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list