summaryrefslogtreecommitdiff
path: root/community/shhmsg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-26 01:14:24 -0700
committerroot <root@rshg054.dnsready.net>2013-07-26 01:14:24 -0700
commit09c5dbb237be55059b6816f81295f2f122742a0a (patch)
tree1e175dc5bb6de2e61d52b8fba36b6fea52517685 /community/shhmsg
parentd184897bb273331edc2aa9c37f6514f9956c58f4 (diff)
Fri Jul 26 01:13:58 PDT 2013
Diffstat (limited to 'community/shhmsg')
-rw-r--r--community/shhmsg/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/shhmsg/PKGBUILD b/community/shhmsg/PKGBUILD
new file mode 100644
index 000000000..f1ef76668
--- /dev/null
+++ b/community/shhmsg/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: jsteel <jsteel@aur.archlinux.org>
+# Contributor: Peter Simons <simons@cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Library for displaying messages"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('GPL')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('de300150851786eb19cb9b9ad234d7a2')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" dep
+ make OPTIM="$CFLAGS"
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+}