diff options
-rw-r--r-- | extra/dvdauthor/.footprint | 20 | ||||
-rw-r--r-- | extra/dvdauthor/.md5sum | 1 | ||||
-rw-r--r-- | extra/dvdauthor/Pkgfile | 22 |
3 files changed, 43 insertions, 0 deletions
diff --git a/extra/dvdauthor/.footprint b/extra/dvdauthor/.footprint new file mode 100644 index 000000000..4c306009e --- /dev/null +++ b/extra/dvdauthor/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dvdauthor +-rwxr-xr-x root/root usr/bin/dvddirdel +-rwxr-xr-x root/root usr/bin/dvdunauthor +-rwxr-xr-x root/root usr/bin/mpeg2desc +-rwxr-xr-x root/root usr/bin/spumux +-rwxr-xr-x root/root usr/bin/spuunmux +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/dvdauthor/ +-rw-r--r-- root/root usr/share/dvdauthor/dvdauthor.xsd +-rw-r--r-- root/root usr/share/dvdauthor/spumux.xsd +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dvdauthor.1.gz +-rw-r--r-- root/root usr/share/man/man1/dvddirdel.1.gz +-rw-r--r-- root/root usr/share/man/man1/dvdunauthor.1.gz +-rw-r--r-- root/root usr/share/man/man1/mpeg2desc.1.gz +-rw-r--r-- root/root usr/share/man/man1/spumux.1.gz +-rw-r--r-- root/root usr/share/man/man1/spuunmux.1.gz diff --git a/extra/dvdauthor/.md5sum b/extra/dvdauthor/.md5sum new file mode 100644 index 000000000..a945ac85b --- /dev/null +++ b/extra/dvdauthor/.md5sum @@ -0,0 +1 @@ +bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz diff --git a/extra/dvdauthor/Pkgfile b/extra/dvdauthor/Pkgfile new file mode 100644 index 000000000..2a3b80da5 --- /dev/null +++ b/extra/dvdauthor/Pkgfile @@ -0,0 +1,22 @@ +# Description: Outils d'édition (authoring) pour DVD +# URL: http://dvdauthor.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libxml2, libdvdread, fribidi, imagemagick + +name=dvdauthor +version=0.6.14 +release=2 +source=( http://switch.dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz) + + + +build() { + # build package + cd $name-$version + ./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |