summaryrefslogtreecommitdiff
path: root/user/libcddb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/libcddb/APKBUILD')
-rw-r--r--user/libcddb/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/libcddb/APKBUILD b/user/libcddb/APKBUILD
index f28442f59..8569efffe 100644
--- a/user/libcddb/APKBUILD
+++ b/user/libcddb/APKBUILD
@@ -1,9 +1,9 @@
-# Contributor: Carlo Landmeter
+# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=libcddb
pkgver=1.3.2
pkgrel=5
-pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
+pkgdesc="Library to access data on a CDDB server"
url="https://sourceforge.net/projects/libcddb/"
arch="all"
options="!check" # Tests are known broken since 2009:
@@ -17,13 +17,11 @@ source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
"
prepare() {
- cd "$builddir"
- update_config_sub
default_prepare
+ update_config_sub
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -35,7 +33,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}