Date: Monday, November 11, 2013 @ 13:27:15
  Author: jgc
Revision: 199340

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pixman/repos/testing-i686/
  pixman/repos/testing-i686/PKGBUILD
    (from rev 199339, pixman/trunk/PKGBUILD)
  pixman/repos/testing-x86_64/
  pixman/repos/testing-x86_64/PKGBUILD
    (from rev 199339, pixman/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: pixman/repos/testing-i686/PKGBUILD (from rev 199339, 
pixman/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-11-11 12:27:15 UTC (rev 199340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=pixman
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org";
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3045799b05eeb6fbf18e99e4212d4f0ccf152a19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: pixman/repos/testing-x86_64/PKGBUILD (from rev 199339, 
pixman/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-11-11 12:27:15 UTC (rev 199340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=pixman
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org";
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3045799b05eeb6fbf18e99e4212d4f0ccf152a19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Reply via email to