forked from ports/contrib
vcdimager: initial import
This commit is contained in:
parent
d230561cd4
commit
810547d33d
36
vcdimager/.footprint
Normal file
36
vcdimager/.footprint
Normal file
@ -0,0 +1,36 @@
|
||||
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
|
1
vcdimager/.md5sum
Normal file
1
vcdimager/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
|
19
vcdimager/Pkgfile
Normal file
19
vcdimager/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: Create (S)VCDs.
|
||||
# URL: http://www.gnu.org/software/vcdimager/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Hannes Mayer, kontakt at ecarux de
|
||||
# Depends on: libcdio libxml2
|
||||
|
||||
name=vcdimager
|
||||
version=0.7.23
|
||||
release=1
|
||||
source=(ftp://gnu.mirror.pacific.net.au/gnu/gnu/vcdimager/vcdimager-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd vcdimager-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/info/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user