summaryrefslogtreecommitdiff
path: root/dvdauthor/Pkgfile
blob: 18a4fcb84dd6ef0d8811ee9b91da46dcfb3eefee (plain)
    1 # Description: DVD authoring tools
    2 # URL: http://dvdauthor.sourceforge.net/
    3 # Maintainer: Matt Housh, jaeger at morpheus dot net
    4 # Depends on: libxml2, libdvdread
    5 
    6 name=dvdauthor
    7 version=0.6.11
    8 release=1
    9 source=(http://dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make prefix=$PKG/usr install
   16 }

Generated by cgit