[arch-commits] Commit in pixman/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 9 23:50:23 UTC 2018
Date: Friday, November 9, 2018 @ 23:50:22
Author: felixonmars
Revision: 338819
archrelease: copy trunk to staging-x86_64
Added:
pixman/repos/staging-x86_64/
pixman/repos/staging-x86_64/PKGBUILD
(from rev 338818, pixman/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: pixman/repos/staging-x86_64/PKGBUILD (from rev 338818, pixman/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 23:50:22 UTC (rev 338819)
@@ -0,0 +1,32 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=pixman
+pkgver=0.34.0
+pkgrel=2
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(x86_64)
+url="http://xorg.freedesktop.org"
+license=('custom')
+depends=('glibc')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
+
+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}/"
+}
More information about the arch-commits
mailing list