[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Tue Jun 6 17:33:03 UTC 2017


    Date: Tuesday, June 6, 2017 @ 17:33:02
  Author: felixonmars
Revision: 298092

addpkg: libbytesize 0.10-1

Added:
  libbytesize/
  libbytesize/repos/
  libbytesize/trunk/
  libbytesize/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: libbytesize/trunk/PKGBUILD
===================================================================
--- libbytesize/trunk/PKGBUILD	                        (rev 0)
+++ libbytesize/trunk/PKGBUILD	2017-06-06 17:33:02 UTC (rev 298092)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libbytesize
+pkgver=0.10
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big sizes in bytes'
+arch=('i686' 'x86_64')
+url="https://github.com/rhinstaller/libbytesize"
+license=('LGPL')
+depends=('mpfr' 'pcre')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz")
+sha512sums=('26dcca781c70b5fdc0c0ef973ce65db2c4ce4520bb413b2e0137e3c8a0ccef0b0b47f46e50e13035fb74c3bd2a16ab8faad8c4fb843f33419a5e5d70dae73587')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: libbytesize/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list