[arch-commits] Commit in ilmbase/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Oct 30 16:26:41 UTC 2008


    Date: Thursday, October 30, 2008 @ 12:26:41
  Author: pierre
Revision: 17475

upgpkg: ilmbase 1.0.1-1

Modified:
  ilmbase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-30 16:25:54 UTC (rev 17474)
+++ PKGBUILD	2008-10-30 16:26:41 UTC (rev 17475)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=ilmbase
+pkgver=1.0.1
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc="IlmThread is a thread abstraction library for use with OpenEXR"
+arch=(i686 x86_64)
+license=('custom')
+options=('!libtool')
+source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz)
+url="http://www.openexr.org"
+md5sums=('f76f094e69a6079b0beb93d97e2a217e')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list