commit e3b89f635f4f769dea6652c2ab34196a76a047b6 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:43:14 2006 +0000 udftools: moved to attic diff --git a/udftools/.footprint b/udftools/.footprint deleted file mode 100644 index d6e6989..0000000 --- a/udftools/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cdrwtool --rwxr-xr-x root/root usr/bin/mkudffs --rwxr-xr-x root/root usr/bin/pktsetup --rwxr-xr-x root/root usr/bin/udffsck --rwxr-xr-x root/root usr/bin/wrudf -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libudffs.a --rwxr-xr-x root/root usr/lib/libudffs.la -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cdrwtool.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/mkudffs.8.gz --rw-r--r-- root/root usr/man/man8/pktsetup.8.gz diff --git a/udftools/.md5sum b/udftools/.md5sum deleted file mode 100644 index e7f1658..0000000 --- a/udftools/.md5sum +++ /dev/null @@ -1 +0,0 @@ -2f491ddd63f31040797236fe18db9e60 udftools-1.0.0b3.tar.gz diff --git a/udftools/Pkgfile b/udftools/Pkgfile deleted file mode 100644 index c95a75c..0000000 --- a/udftools/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Tools for managing UDF filesystems -# URL: http://linux-udf.sourceforge.net -# Maintainer: -# Packager: Jukka Heino, jukka dot heino at gmail dot com - -name=udftools -version=1.0.0b3 -release=1 -source=(http://dl.sourceforge.net/sourceforge/linux-udf/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}