[arch-commits] Commit in xplc/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:44:18 UTC 2018


    Date: Friday, November 9, 2018 @ 22:44:18
  Author: foutrelis
Revision: 405067

archrelease: copy trunk to community-staging-x86_64

Added:
  xplc/repos/community-staging-x86_64/
  xplc/repos/community-staging-x86_64/PKGBUILD
    (from rev 405066, xplc/trunk/PKGBUILD)

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

Copied: xplc/repos/community-staging-x86_64/PKGBUILD (from rev 405066, xplc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:44:18 UTC (rev 405067)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=xplc
+pkgver=0.3.13
+pkgrel=8
+pkgdesc="Cross-Platform Lightweight Components"
+arch=('x86_64')
+url="http://xplc.sourceforge.net"
+license=('LGPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz")
+md5sums=('39da3270527c8712b8e8fcf03768d29f')
+options=('!buildflags')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man \
+    --without-libuuid
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mv $pkgdir/usr/share/man/man1/{uuidgen.1,uuidcdef.1}
+  rm -f $pkgdir/usr/bin/uuidgen
+}



More information about the arch-commits mailing list