liblastfm: drop package
This commit is contained in:
parent
433aeae6aa
commit
b0e6ac8476
|
@ -2142,8 +2142,6 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
|||
libFcitxQt5DBusAddons.so.1 libfcitx-qt5-1.2.1_1
|
||||
libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
|
||||
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
|
||||
liblastfm.so.1 liblastfm-1.0.9_1
|
||||
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
|
||||
libdruntime-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libdruntime-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libphobos2-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
liblastfm
|
|
@ -1,25 +0,0 @@
|
|||
# Template file for 'liblastfm'
|
||||
pkgname=liblastfm
|
||||
version=1.0.9
|
||||
revision=2
|
||||
build_style=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.0-or-later"
|
||||
homepage="https://github.com/lastfm/liblastfm"
|
||||
distfiles="https://github.com/lastfm/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
fi
|
||||
|
||||
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