summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-06-03 21:15:58 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-06-03 21:15:58 +0200
commit8992fcf189ea3ac511c7e345e8caa8b2085bca61 (patch)
tree4476eeea53105709730be02d29bbb228c566dc9d /testing
parent9b0581f2f98d4be84009c964cb3776deeeecf8e2 (diff)
downloadaports-8992fcf189ea3ac511c7e345e8caa8b2085bca61.tar.bz2
aports-8992fcf189ea3ac511c7e345e8caa8b2085bca61.tar.xz
testing/libechonest: move to main
Diffstat (limited to 'testing')
-rw-r--r--testing/libechonest/APKBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/testing/libechonest/APKBUILD b/testing/libechonest/APKBUILD
deleted file mode 100644
index 37194f3ab..000000000
--- a/testing/libechonest/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=libechonest
-pkgver=2.3.1
-pkgrel=0
-pkgdesc="C++ library for interfacing with Echo Nest"
-url="https://projects.kde.org/projects/playground/libs/libechonest"
-arch="all"
-license="GPL"
-depends=""
-depends_dev="qjson-dev qt-dev"
-makedepends="$depends_dev cmake"
-install=""
-subpackages="$pkgname-dev"
-source="http://files.lfranchi.com/libechonest-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/libechonest-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DECHONEST_BUILD_TESTS=off \
- ../${pkgname}-${pkgver} || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR=${pkgdir} install
-}
-
-md5sums="d8c60545b056145dc66882971a0acf9c libechonest-2.3.1.tar.bz2"
-sha256sums="56756545fd1cb3d9067479f52215b6157c1ced2bc82b895e72fdcd9bebb47889 libechonest-2.3.1.tar.bz2"
-sha512sums="6d4c3571680657d01516e1fa5c55478a25931a825801b06b7bdd6d16715fe2a72385bd8e74be95e15b8fd2521f8b9f7bde5c2afe73a7bbc1faeba9fadd80d2f3 libechonest-2.3.1.tar.bz2"