[arch-commits] Commit in (xfmpc xfmpc/repos xfmpc/trunk xfmpc/trunk/PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Jun 28 20:28:10 UTC 2015


    Date: Sunday, June 28, 2015 @ 22:28:10
  Author: eworm
Revision: 136065

initial import of xfmpc 0.2.2-5

Added:
  xfmpc/
  xfmpc/repos/
  xfmpc/trunk/
  xfmpc/trunk/PKGBUILD

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

Added: xfmpc/trunk/PKGBUILD
===================================================================
--- xfmpc/trunk/PKGBUILD	                        (rev 0)
+++ xfmpc/trunk/PKGBUILD	2015-06-28 20:28:10 UTC (rev 136065)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <arch at eworm.de>
+# Contributor:  TDY <tdy at gmx.com>
+# Contributor: Marc St-Laurent <mstlaurent at canada.com>
+
+pkgname=xfmpc
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfmpc/"
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}
+


Property changes on: xfmpc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list