[arch-commits] Commit in libmspack/repos (community-x86_64 community-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Aug 6 06:09:05 UTC 2019


    Date: Tuesday, August 6, 2019 @ 06:09:04
  Author: eworm
Revision: 359238

archrelease: copy trunk to community-x86_64

Added:
  libmspack/repos/community-x86_64/
  libmspack/repos/community-x86_64/PKGBUILD
    (from rev 359237, libmspack/trunk/PKGBUILD)

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

Copied: libmspack/repos/community-x86_64/PKGBUILD (from rev 359237, libmspack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-08-06 06:09:04 UTC (rev 359238)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libmspack
+pkgver=0.10.1alpha
+pkgrel=1
+epoch=1
+pkgdesc='A library for Microsoft compression formats'
+url='https://www.cabextract.org.uk/libmspack/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kyz/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('bd8537b04ebd2149819ce867e3eba50f862a8a0043fd2061360b4101eddaa382')
+
+build() {
+  cd $pkgname-${pkgver}/$pkgname
+  autoreconf -vfi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-${pkgver}/$pkgname
+  make check
+}
+
+package() {
+  cd $pkgname-${pkgver}/$pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list