forked from ports/contrib
dvdauthor: 0.6.14 -> 0.6.18
This commit is contained in:
parent
1034888d24
commit
9dd0b84492
@ -1 +1 @@
|
|||||||
bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz
|
ded5373800ac6448ff044606f5047550 dvdauthor-0.6.18.tar.gz
|
||||||
|
@ -2,21 +2,20 @@
|
|||||||
# URL: http://dvdauthor.sourceforge.net/
|
# URL: http://dvdauthor.sourceforge.net/
|
||||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||||
# Depends on: libxml2 libdvdnav libpng
|
# Depends on: libxml2 libdvdnav libpng fribidi
|
||||||
|
|
||||||
name=dvdauthor
|
name=dvdauthor
|
||||||
version=0.6.14
|
version=0.6.18
|
||||||
release=1
|
release=1
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
|
source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd dvdauthor-$version
|
cd dvdauthor
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--mandir=$PKG/usr/man
|
--mandir=/usr/man
|
||||||
|
|
||||||
make
|
make
|
||||||
make prefix=$PKG/usr install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user