[arch-commits] CVS update of extra/multimedia/agg (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Aug 26 13:25:53 UTC 2007


    Date: Sunday, August 26, 2007 @ 09:25:53
  Author: andyrtr
    Path: /home/cvs-extra/extra/multimedia/agg

   Added: PKGBUILD (1.1)

added agg for new gnash


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


Index: extra/multimedia/agg/PKGBUILD
diff -u /dev/null extra/multimedia/agg/PKGBUILD:1.1
--- /dev/null	Sun Aug 26 09:25:52 2007
+++ extra/multimedia/agg/PKGBUILD	Sun Aug 26 09:25:53 2007
@@ -0,0 +1,21 @@
+pkgname=agg
+pkgver=2.5
+pkgrel=1
+pkgdesc="A High Quality Rendering Engine for C++"
+arch=('i686' 'x86_64')
+url="http://www.antigrain.com/"
+license=('GPL')
+depends=('gcc' 'sdl' 'freetype2')
+makedepends=('automake')
+options=('!libtool')
+source=(http://www.antigrain.com/$pkgname-$pkgver.tar.gz)
+md5sums=('0229a488bc47be10a2fee6cf0b2febd6')
+
+build() {
+  cd "$startdir/src/$pkgname-$pkgver"
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make || return 1
+  make DESTDIR="$startdir/pkg" install
+}




More information about the arch-commits mailing list