[arch-commits] Commit in libmodplug/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 12:14:05 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:14:05
  Author: felixonmars
Revision: 384463

archrelease: copy trunk to staging-x86_64

Added:
  libmodplug/repos/staging-x86_64/
  libmodplug/repos/staging-x86_64/PKGBUILD
    (from rev 384462, libmodplug/trunk/PKGBUILD)

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

Copied: libmodplug/repos/staging-x86_64/PKGBUILD (from rev 384462, libmodplug/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:14:05 UTC (rev 384463)
@@ -0,0 +1,24 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmodplug
+pkgver=0.8.9.0
+pkgrel=3
+pkgdesc="A MOD playing library"
+arch=('x86_64')
+url="http://modplug-xmms.sourceforge.net/"
+license=('custom')
+depends=('gcc-libs')
+source=(https://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9d18572f85fdd95091befa972ee5d94139dcefde')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list