[arch-commits] Commit in unibilium/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Tue Jul 21 17:54:41 UTC 2015
Date: Tuesday, July 21, 2015 @ 19:54:40
Author: anatolik
Revision: 137228
archrelease: copy trunk to community-x86_64, community-i686
Added:
unibilium/repos/community-i686/
unibilium/repos/community-i686/PKGBUILD
(from rev 137227, unibilium/trunk/PKGBUILD)
unibilium/repos/community-x86_64/
unibilium/repos/community-x86_64/PKGBUILD
(from rev 137227, unibilium/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: unibilium/repos/community-i686/PKGBUILD (from rev 137227, unibilium/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 17:54:40 UTC (rev 137228)
@@ -0,0 +1,27 @@
+$Id$
+
+pkgname=unibilium
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('63437d2f62a1cd6cf01c698613b18dd8f2b3614b')
+
+build() {
+ cd $pkgname-$pkgver
+ make PREFIX=/usr
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make test
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" make install PREFIX=/usr
+}
Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 137227, unibilium/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-07-21 17:54:40 UTC (rev 137228)
@@ -0,0 +1,27 @@
+$Id$
+
+pkgname=unibilium
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('63437d2f62a1cd6cf01c698613b18dd8f2b3614b')
+
+build() {
+ cd $pkgname-$pkgver
+ make PREFIX=/usr
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make test
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" make install PREFIX=/usr
+}
More information about the arch-commits
mailing list