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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:58:32 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:58:32
  Author: felixonmars
Revision: 659055

archrelease: copy trunk to community-staging-x86_64

Added:
  xtmsplit/repos/community-staging-x86_64/
  xtmsplit/repos/community-staging-x86_64/PKGBUILD
    (from rev 659054, xtmsplit/trunk/PKGBUILD)

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

Copied: xtmsplit/repos/community-staging-x86_64/PKGBUILD (from rev 659054, xtmsplit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:58:32 UTC (rev 659055)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=xtmsplit
+pkgver=0.2
+pkgrel=6
+pkgdesc="Xtremsplit-compliant file splitter/merger"
+arch=('x86_64')
+url="http://www.software.caelistis.be/"
+license=('GPL')
+depends=('glibc')
+source=(http://www.software.caelistis.be/$pkgname-$pkgver.tar.gz)
+sha512sums=('4fbfbe4c736c6ff24d1ad7ae71f7c7f89d9f6b0d1777eb6878d59e3ffe3962edcf6cd62abdd67ad37c6669a731ed1f768aafb52a8b5f6b7672b45accfb08abad')
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list