Re: building kmidimon under arch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arch packages provide everything there is from upstream, including so-called devel files. So there shouldn't be any problem. I notice the one at AUR is outdated, so use the following buildscript if you're worried your install wasn't optimal:

pkgname=kmidimon
pkgver=0.7.1
pkgrel=1
pkgdesc="KDE MIDI Metronome using the ALSA Sequencer"
url="" href="http://sourceforge.net/projects/kmetronome/">http://sourceforge.net/projects/kmetronome/"
arch=(i686 x86_64)
license="GPL"
depends=('kdelibs')
source=(http://downloads.sourceforge.net/kmetronome/$pkgname-$pkgver.tar.bz2)

build() {
cd "$srcdir/$pkgname-$pkgver"
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make || return 1
make DESTDIR="$pkgdir/" install
}
md5sums=('065e5f3640a68dca20cb21f8d4a039c5')
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux