[arch-commits] Commit in xbitmaps/repos (testing-any testing-any/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Mar 11 18:36:40 UTC 2018
Date: Sunday, March 11, 2018 @ 18:36:39
Author: andyrtr
Revision: 318590
archrelease: copy trunk to testing-any
Added:
xbitmaps/repos/testing-any/
xbitmaps/repos/testing-any/PKGBUILD
(from rev 318589, xbitmaps/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xbitmaps/repos/testing-any/PKGBUILD (from rev 318589, xbitmaps/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2018-03-11 18:36:39 UTC (rev 318590)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xbitmaps
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="X.org Bitmap files"
+arch=('any')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list