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

</div><div><br></div><div>pkgname=kmidimon<br>pkgver=0.7.1<br>pkgrel=1<br>pkgdesc=&quot;KDE MIDI Metronome using the ALSA Sequencer&quot;<br>url=&quot;<a href="http://sourceforge.net/projects/kmetronome/">http://sourceforge.net/projects/kmetronome/</a>&quot;<br>

arch=(i686 x86_64)<br>license=&quot;GPL&quot;<br>depends=(&#39;kdelibs&#39;)<br>source=(<a href="http://downloads.sourceforge.net/kmetronome/$pkgname-$pkgver.tar.bz2">http://downloads.sourceforge.net/kmetronome/$pkgname-$pkgver.tar.bz2</a>)<br>

<br>build() {<br>  cd &quot;$srcdir/$pkgname-$pkgver&quot;<br>  cmake . -DCMAKE_INSTALL_PREFIX=/usr<br>  make || return 1<br>  make DESTDIR=&quot;$pkgdir/&quot; install<br>}<br>md5sums=(&#39;065e5f3640a68dca20cb21f8d4a039c5&#39;)<br>

</div>