aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-04-07 10:16:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-04-07 10:16:08 +0000
commit3088618dbfd57dad79f268c2eeb1bfa4f7259a78 (patch)
tree48040395d4cf8ccde0465314eac75914d3ffdf1a
parent71cdd4bd9341dcce9828e2c495c80e98a69665e0 (diff)
downloadaports-3088618dbfd57dad79f268c2eeb1bfa4f7259a78.tar.bz2
aports-3088618dbfd57dad79f268c2eeb1bfa4f7259a78.tar.xz
community/dvdauthor: moved from testing, improved build
-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
}