[arch-commits] Commit in valabind/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Sep 28 19:53:40 UTC 2015
Date: Monday, September 28, 2015 @ 21:53:40
Author: heftig
Revision: 142131
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
valabind/repos/community-staging-i686/
valabind/repos/community-staging-i686/PKGBUILD
(from rev 142130, valabind/trunk/PKGBUILD)
valabind/repos/community-staging-x86_64/
valabind/repos/community-staging-x86_64/PKGBUILD
(from rev 142130, valabind/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 24 ++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 24 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
Copied: valabind/repos/community-staging-i686/PKGBUILD (from rev 142130, valabind/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-28 19:53:40 UTC (rev 142131)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: valabind/repos/community-staging-x86_64/PKGBUILD (from rev 142130, valabind/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-28 19:53:40 UTC (rev 142131)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list