[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Wed Aug 31 06:45:16 UTC 2016


    Date: Wednesday, August 31, 2016 @ 06:45:16
  Author: arojas
Revision: 188089

extra2community: Moving drumstick from extra to community

Added:
  drumstick/
  drumstick/repos/
  drumstick/trunk/
  drumstick/trunk/PKGBUILD

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

Added: drumstick/trunk/PKGBUILD
===================================================================
--- drumstick/trunk/PKGBUILD	                        (rev 0)
+++ drumstick/trunk/PKGBUILD	2016-08-31 06:45:16 UTC (rev 188089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/"
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=Release \
+           -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}


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



More information about the arch-commits mailing list