[arch-commits] Commit in shhmsg/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Nov 9 23:38:24 UTC 2018
Date: Friday, November 9, 2018 @ 23:38:23
Author: foutrelis
Revision: 405338
archrelease: copy trunk to community-staging-x86_64
Added:
shhmsg/repos/community-staging-x86_64/
shhmsg/repos/community-staging-x86_64/PKGBUILD
(from rev 405337, shhmsg/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: shhmsg/repos/community-staging-x86_64/PKGBUILD (from rev 405337, shhmsg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-11-09 23:38:23 UTC (rev 405338)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.2
+pkgrel=3
+pkgdesc="Library for displaying messages"
+arch=('x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('30cab93040d2892539847437b7246b8b')
+
+build() {
+ cd $pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" dep
+ make OPTIM="$CFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+
+ for i in ChangeLog CREDITS INSTALL README; do
+ install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+ done
+}
More information about the arch-commits
mailing list