libgig: initial add 4.1.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
19
recipes-musicians/linuxsampler/libgig_4.1.0.bb
Normal file
19
recipes-musicians/linuxsampler/libgig_4.1.0.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "GigaStudio/Gigasampler, DLS, AKAI, SoundFont, KORG file access library"
|
||||
HOMEPAGE = "http://www.linuxsampler.org"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=526c29250ae72f6933cdc01414b9943b \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
util-linux \
|
||||
libsndfile1 \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
SRC_URI = "http://download.linuxsampler.org/packages/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "a2ad3f933d13332b7a2ea68de20fa4b7"
|
||||
SRC_URI[sha256sum] = "06a280278a323963042acdf13b092644cceb43ef367fcbb9ca7bbedff132bd0b"
|
||||
|
||||
FILES_SOLIBSDEV = "${libdir}/${BPN}/lib*${SOLIBSDEV}"
|
||||
Reference in New Issue
Block a user