summaryrefslogtreecommitdiffstats
path: root/extra/vcdimager
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:54:09 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:54:09 +0200
commite42856718cfc8ed9c1c473a737b5c8dc10c507e6 (patch)
tree0d34dcc505306f0968824e97478e8ced2d15342a /extra/vcdimager
parentd74bc48387c110d413a61b349bde63b271c13ad6 (diff)
downloadnutyx-pakxe-e42856718cfc8ed9c1c473a737b5c8dc10c507e6.tar.gz
nutyx-pakxe-e42856718cfc8ed9c1c473a737b5c8dc10c507e6.tar.bz2
nutyx-pakxe-e42856718cfc8ed9c1c473a737b5c8dc10c507e6.tar.xz
nutyx-pakxe-e42856718cfc8ed9c1c473a737b5c8dc10c507e6.zip
Ajout de vcdimager#0.7.23-2
Diffstat (limited to 'extra/vcdimager')
-rw-r--r--extra/vcdimager/.footprint41
-rw-r--r--extra/vcdimager/.md5sum1
-rwxr-xr-xextra/vcdimager/Pkgfile21
3 files changed, 63 insertions, 0 deletions
diff --git a/extra/vcdimager/.footprint b/extra/vcdimager/.footprint
new file mode 100644
index 000000000..bc3cf1ce1
--- /dev/null
+++ b/extra/vcdimager/.footprint
@@ -0,0 +1,41 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cdxa2mpeg
+-rwxr-xr-x root/root usr/bin/vcd-info
+-rwxr-xr-x root/root usr/bin/vcdimager
+-rwxr-xr-x root/root usr/bin/vcdxbuild
+-rwxr-xr-x root/root usr/bin/vcdxgen
+-rwxr-xr-x root/root usr/bin/vcdxminfo
+-rwxr-xr-x root/root usr/bin/vcdxrip
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libvcd/
+-rw-r--r-- root/root usr/include/libvcd/files.h
+-rw-r--r-- root/root usr/include/libvcd/files_private.h
+-rw-r--r-- root/root usr/include/libvcd/inf.h
+-rw-r--r-- root/root usr/include/libvcd/info.h
+-rw-r--r-- root/root usr/include/libvcd/logging.h
+-rw-r--r-- root/root usr/include/libvcd/sector.h
+-rw-r--r-- root/root usr/include/libvcd/types.h
+-rw-r--r-- root/root usr/include/libvcd/version.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libvcdinfo.a
+-rwxr-xr-x root/root usr/lib/libvcdinfo.la
+lrwxrwxrwx root/root usr/lib/libvcdinfo.so -> libvcdinfo.so.0.2.0
+lrwxrwxrwx root/root usr/lib/libvcdinfo.so.0 -> libvcdinfo.so.0.2.0
+-rwxr-xr-x root/root usr/lib/libvcdinfo.so.0.2.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libvcdinfo.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/cdxa2mpeg.1.gz
+-rw-r--r-- root/root usr/man/man1/vcd-info.1.gz
+-rw-r--r-- root/root usr/man/man1/vcdimager.1.gz
+-rw-r--r-- root/root usr/man/man1/vcdxbuild.1.gz
+-rw-r--r-- root/root usr/man/man1/vcdxgen.1.gz
+-rw-r--r-- root/root usr/man/man1/vcdxminfo.1.gz
+-rw-r--r-- root/root usr/man/man1/vcdxrip.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/vcd-info.info.gz
+-rw-r--r-- root/root usr/share/info/vcdimager.info.gz
+-rw-r--r-- root/root usr/share/info/vcdxrip.info.gz
diff --git a/extra/vcdimager/.md5sum b/extra/vcdimager/.md5sum
new file mode 100644
index 000000000..6d7565d59
--- /dev/null
+++ b/extra/vcdimager/.md5sum
@@ -0,0 +1 @@
+5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
diff --git a/extra/vcdimager/Pkgfile b/extra/vcdimager/Pkgfile
new file mode 100755
index 000000000..d9a6e4e12
--- /dev/null
+++ b/extra/vcdimager/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Permet la création de VCD et SVCD
+# URL: http://www.vcdimager.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libcdio
+
+name=vcdimager
+version=0.7.23
+release=2
+source=(http://ftp.twaren.net/Unix/GNU/gnu/$name/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --with-xml-prefix=/usr \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/share/info/dir
+}