diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /vobcopy | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'vobcopy')
-rw-r--r-- | vobcopy/.footprint | 6 | ||||
-rw-r--r-- | vobcopy/.md5sum | 1 | ||||
-rw-r--r-- | vobcopy/Pkgfile | 20 |
3 files changed, 0 insertions, 27 deletions
diff --git a/vobcopy/.footprint b/vobcopy/.footprint deleted file mode 100644 index 9a9cdb9af..000000000 --- a/vobcopy/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/vobcopy -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/vobcopy.1.gz diff --git a/vobcopy/.md5sum b/vobcopy/.md5sum deleted file mode 100644 index c2456d6ef..000000000 --- a/vobcopy/.md5sum +++ /dev/null @@ -1 +0,0 @@ -0fae0c80dbe3a9dd3d06aba54275cf8d vobcopy-1.0.1.tar.bz2 diff --git a/vobcopy/Pkgfile b/vobcopy/Pkgfile deleted file mode 100644 index dd75011b0..000000000 --- a/vobcopy/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: vobcopy copies DVD .vob files to harddisk -# URL: http://vobcopy.org/ -# Maintainer: Han Boetes <han@mijncomputer.nl> -# Packager: Martin Opel <mo@obbl-net.de> -# Depends on: libdvdread - -name=vobcopy -version=1.0.1 -release=1 -source="http://lpn.rnbhq.org/download/$name-$version.tar.bz2" - -build() -{ - cd $name-$version - sh ./configure.sh --prefix=$PKG/usr - install -d $PKG/usr/{bin,man/man1} - make - make install - rm -rf $PKG/usr/man/de/ -} |