Date: Thursday, November 8, 2012 @ 11:55:36
  Author: andyrtr
Revision: 170555

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

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

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: pixman/repos/testing-i686/PKGBUILD (from rev 170554, 
pixman/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-11-08 16:55:36 UTC (rev 170555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=pixman
+pkgver=0.28.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')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${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 170554, 
pixman/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-11-08 16:55:36 UTC (rev 170555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=pixman
+pkgver=0.28.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')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${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