Merge pull request #718 from logenkain/master
New Package: liblastfm-1.0.9
This commit is contained in:
commit
d0d6ef8a0f
|
@ -1869,3 +1869,5 @@ libfcitx-gclient.so.0 libfcitx-4.2.8_1
|
|||
libfcitx-utils.so.0 libfcitx-4.2.8_1
|
||||
libfcitx-config.so.4 libfcitx-4.2.8_1
|
||||
libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
||||
liblastfm.so.1 liblastfm-1.0.9_1
|
||||
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
|
||||
|
|
1
srcpkgs/liblastfm-devel
Symbolic link
1
srcpkgs/liblastfm-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
liblastfm/
|
22
srcpkgs/liblastfm/template
Normal file
22
srcpkgs/liblastfm/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'liblastfm'
|
||||
pkgname=liblastfm
|
||||
version=1.0.9
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt-devel libsamplerate-devel fftw-devel"
|
||||
short_desc="A Qt4 C++ library for the Last.fm webservices"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/lastfm/liblastfm"
|
||||
distfiles="https://github.com/lastfm/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
|
||||
|
||||
liblastfm-devel_package() {
|
||||
depends="liblastfm>=${version}_${revision} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user