summaryrefslogtreecommitdiffstats
path: root/extra/dvdauthor/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dvdauthor/Pkgfile')
-rw-r--r--extra/dvdauthor/Pkgfile22
1 files changed, 10 insertions, 12 deletions
diff --git a/extra/dvdauthor/Pkgfile b/extra/dvdauthor/Pkgfile
index 1efdc53b2..297ca3f28 100644
--- a/extra/dvdauthor/Pkgfile
+++ b/extra/dvdauthor/Pkgfile
@@ -6,19 +6,17 @@
# Run on: libxml2,libdvdread,fribidi,imagemagick
name=dvdauthor
-version=0.6.14
-release=3
-source=( http://switch.dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz)
-
-
+version=0.7.0
+release=2
+source=( http://switch.dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz
+ dvdauthor-0.7.0-libpng-1.5.patch)
build() {
- # build package
- cd $name-$version
- ./configure --prefix=/usr\
- --mandir=/usr/share/man\
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
+ cd $name
+ patch -Np0 -i ../dvdauthor-0.7.0-libpng-1.5.patch
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
}