aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/dvdauthor/APKBUILD (renamed from testing/dvdauthor/APKBUILD)3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/dvdauthor/APKBUILD b/community/dvdauthor/APKBUILD
index 92ee08f21a..8e5f89afa8 100644
--- a/testing/dvdauthor/APKBUILD
+++ b/community/dvdauthor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=dvdauthor
pkgver=0.7.2
-pkgrel=0
+pkgrel=1
pkgdesc="DVD authoring tools"
url="http://dvdauthor.sourceforge.net"
arch="all"
@@ -23,6 +23,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --disable-rpath \
--disable-static
make
}