dvdauthor: 0.6.14 -> 0.6.18

This commit is contained in:
Danny Rawlins 2010-09-25 13:27:37 +10:00
parent 1034888d24
commit 9dd0b84492
2 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz
ded5373800ac6448ff044606f5047550 dvdauthor-0.6.18.tar.gz

View File

@ -2,21 +2,20 @@
# URL: http://dvdauthor.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libxml2 libdvdnav libpng
# Depends on: libxml2 libdvdnav libpng fribidi
name=dvdauthor
version=0.6.14
version=0.6.18
release=1
source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
build() {
cd dvdauthor-$version
cd dvdauthor
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man
--mandir=/usr/man
make
make prefix=$PKG/usr install
make DESTDIR=$PKG install
}