diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-14 17:54:49 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 08:57:57 +0000 |
commit | e1dead7d91e23bdbebd4c397c85508034faa4a3a (patch) | |
tree | 8f932607e0608824077c1b7e93d0a10e6703911d /main | |
parent | d6e1546c823e2ad26d108a1b4450587ae70afc63 (diff) | |
download | aports-e1dead7d91e23bdbebd4c397c85508034faa4a3a.tar.bz2 aports-e1dead7d91e23bdbebd4c397c85508034faa4a3a.tar.xz |
main/libao: rebuild to compress man pages
Diffstat (limited to 'main')
-rw-r--r-- | main/libao/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libao/APKBUILD b/main/libao/APKBUILD index d77d43064e..dc046624c7 100644 --- a/main/libao/APKBUILD +++ b/main/libao/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libao pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform audio output library and plugins" url="http://www.xiph.org/ao" arch="all" license="GPL" subpackages="$pkgname-dev $pkgname-doc" -depends= +depends="" makedepends="alsa-lib-dev" source="http://downloads.xiph.org/releases/ao/$pkgname-$pkgver.tar.gz" @@ -31,7 +31,7 @@ build () { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la \ "$pkgdir"/usr/lib/ao/plugins*/*.la } |