[arch-commits] Commit in libxmlbird (3 files)

Balló György bgyorgy at archlinux.org
Wed Jun 17 12:19:16 UTC 2020


    Date: Wednesday, June 17, 2020 @ 12:19:15
  Author: bgyorgy
Revision: 646334

archrelease: copy trunk to community-x86_64

Added:
  libxmlbird/repos/
  libxmlbird/repos/community-x86_64/
  libxmlbird/repos/community-x86_64/PKGBUILD
    (from rev 646333, libxmlbird/trunk/PKGBUILD)

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

Copied: libxmlbird/repos/community-x86_64/PKGBUILD (from rev 646333, libxmlbird/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-06-17 12:19:15 UTC (rev 646334)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Manuel Hüsers <manuel dot huesers at uni-ol dot de>
+# Contributor: fstirlitz <felix dot von dot s at posteo dot de>
+
+pkgname=libxmlbird
+pkgver=1.2.11
+pkgrel=2
+pkgdesc='XML parsing library written in Vala'
+arch=(x86_64)
+url='https://birdfont.org/xmlbird.php'
+license=(LGPL3)
+depends=(glib2)
+makedepends=(python vala)
+source=(https://birdfont.org/xmlbird-releases/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('20062cf9d890690f0259b969bd25cfb6038d42c312239ed5038c5aeeb77c8bf9'
+            'SKIP')
+validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix /usr --libdir lib --cflags "$CFLAGS" --ldflags "$LDFLAGS"
+  ./build.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./install.py --dest "$pkgdir"
+}



More information about the arch-commits mailing list