summaryrefslogtreecommitdiffstats
path: root/extra/dvdauthor/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-05 13:57:37 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-05 13:57:37 +0200
commit8b62955c9cd762d610bdafd27ba30321a6797bf3 (patch)
tree61844e0401f3b786341722c0ab7fdcd4a281863f /extra/dvdauthor/Pkgfile
parent98cc654563159c126271720e9506cfe7782734c4 (diff)
downloadnutyx-extra-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.gz
nutyx-extra-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.bz2
nutyx-extra-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.xz
nutyx-extra-8b62955c9cd762d610bdafd27ba30321a6797bf3.zip
Ajout de dvdauthor#0.6.14-2
Diffstat (limited to 'extra/dvdauthor/Pkgfile')
-rw-r--r--extra/dvdauthor/Pkgfile22
1 files changed, 22 insertions, 0 deletions
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
+}