[arch-commits] CVS update of extra/x11-libs/pixman (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Sat Sep 22 18:09:58 UTC 2007


    Date: Saturday, September 22, 2007 @ 14:09:58
  Author: alexander
    Path: /home/cvs-extra/extra/x11-libs/pixman

   Added: PKGBUILD (1.1)

addpkg: pixman


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


Index: extra/x11-libs/pixman/PKGBUILD
diff -u /dev/null extra/x11-libs/pixman/PKGBUILD:1.1
--- /dev/null	Sat Sep 22 14:09:58 2007
+++ extra/x11-libs/pixman/PKGBUILD	Sat Sep 22 14:09:57 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/09/22 18:09:57 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+pkgname=pixman
+pkgver=0.9.5
+pkgrel=2
+pkgdesc=""
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org"
+license=()
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd "$startdir/src/$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR="$startdir/pkg" install
+}
+
+md5sums=('f9fea77e46ec7a3a16e925e137f146e7')




More information about the arch-commits mailing list