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

Fabio Castelli muflone at archlinux.org
Sun Nov 19 12:56:17 UTC 2017


    Date: Sunday, November 19, 2017 @ 12:56:16
  Author: muflone
Revision: 267467

archrelease: copy trunk to community-testing-x86_64

Added:
  gmtp/repos/community-testing-x86_64/
  gmtp/repos/community-testing-x86_64/PKGBUILD
    (from rev 267466, gmtp/trunk/PKGBUILD)

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

Copied: gmtp/repos/community-testing-x86_64/PKGBUILD (from rev 267466, gmtp/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-19 12:56:16 UTC (rev 267467)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+
+pkgname=gmtp
+pkgver=1.3.11
+pkgrel=1
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('x86_64')
+url="http://gmtp.sourceforge.net/"
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
+sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list