[arch-commits] Commit in xorg-xbiff/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 16 13:39:48 UTC 2020
Date: Saturday, May 16, 2020 @ 13:39:47
Author: foutrelis
Revision: 384641
archrelease: copy trunk to staging-x86_64
Added:
xorg-xbiff/repos/staging-x86_64/
xorg-xbiff/repos/staging-x86_64/PKGBUILD
(from rev 384640, xorg-xbiff/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xorg-xbiff/repos/staging-x86_64/PKGBUILD (from rev 384640, xorg-xbiff/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-16 13:39:47 UTC (rev 384641)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xbiff
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Watch mailboxes for new message delivery"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxext')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2{,.sig})
+sha512sums=('0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+ cd "xbiff-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "xbiff-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list