From 3088618dbfd57dad79f268c2eeb1bfa4f7259a78 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 7 Apr 2017 10:16:08 +0000 Subject: community/dvdauthor: moved from testing, improved build --- community/dvdauthor/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 community/dvdauthor/APKBUILD (limited to 'community/dvdauthor') diff --git a/community/dvdauthor/APKBUILD b/community/dvdauthor/APKBUILD new file mode 100644 index 0000000000..8e5f89afa8 --- /dev/null +++ b/community/dvdauthor/APKBUILD @@ -0,0 +1,36 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=dvdauthor +pkgver=0.7.2 +pkgrel=1 +pkgdesc="DVD authoring tools" +url="http://dvdauthor.sourceforge.net" +arch="all" +license="GPL" +makedepends="libpng-dev freetype-dev libdvdread-dev + fribidi-dev libxml2-dev" +subpackages="$pkgname-doc" +source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" +builddir="$srcdir/$pkgname" + +check() { + cd "$builddir" + make check +} + +build() { + cd "$builddir" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath \ + --disable-static + make +} + +package() { + cd "$builddir" + make DESTDIR="${pkgdir}" install +} + +sha512sums="202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125 dvdauthor-0.7.2.tar.gz" -- cgit v1.2.3