diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 10:16:08 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 10:16:08 +0000 |
| commit | 3088618dbfd57dad79f268c2eeb1bfa4f7259a78 (patch) | |
| tree | 48040395d4cf8ccde0465314eac75914d3ffdf1a /testing | |
| parent | 71cdd4bd9341dcce9828e2c495c80e98a69665e0 (diff) | |
| download | aports-3088618dbfd57dad79f268c2eeb1bfa4f7259a78.tar.bz2 aports-3088618dbfd57dad79f268c2eeb1bfa4f7259a78.tar.xz | |
community/dvdauthor: moved from testing, improved build
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/dvdauthor/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/dvdauthor/APKBUILD b/testing/dvdauthor/APKBUILD deleted file mode 100644 index 92ee08f21a..0000000000 --- a/testing/dvdauthor/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=dvdauthor -pkgver=0.7.2 -pkgrel=0 -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-static - make -} - -package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install -} - -sha512sums="202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125 dvdauthor-0.7.2.tar.gz" |
