portmidi: rebuild for metadata
This commit is contained in:
parent
8703cee9d6
commit
0f06aad4a3
1 changed files with 15 additions and 11 deletions
|
@ -1,22 +1,26 @@
|
||||||
# Template build for 'portmidi'.
|
# Template file for 'portmidi'
|
||||||
pkgname=portmidi
|
pkgname=portmidi
|
||||||
version=217
|
version=217
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="real-time input and output of MIDI data"
|
wrksrc="portmidi"
|
||||||
hostmakedepends="unzip"
|
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
||||||
license="GPL"
|
|
||||||
homepage="http://portmedia.sourceforge.net/"
|
|
||||||
distfiles="${SOURCEFORGE_SITE}/portmedia/${pkgname}/${version}/${pkgname}-src-${version}.zip"
|
|
||||||
checksum="08e9a892bd80bdb1115213fb72dc29a7bf2ff108b378180586aa65f3cfd42e0f"
|
|
||||||
makedepends="alsa-lib-devel"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
wrksrc=$pkgname
|
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DPORTMIDI_ENABLE_JAVA=OFF \
|
-DPORTMIDI_ENABLE_JAVA=OFF \
|
||||||
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=Release \
|
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=Release \
|
||||||
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \
|
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \
|
||||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release"
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release"
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
makedepends="alsa-lib-devel"
|
||||||
|
short_desc="Real-time input and output of MIDI data"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://portmedia.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/portmedia/${pkgname}/${version}/${pkgname}-src-${version}.zip"
|
||||||
|
checksum=08e9a892bd80bdb1115213fb72dc29a7bf2ff108b378180586aa65f3cfd42e0f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense license.txt
|
||||||
|
}
|
||||||
|
|
||||||
portmidi-devel_package() {
|
portmidi-devel_package() {
|
||||||
depends="portmidi>=${version}_${revision}"
|
depends="portmidi>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue