diff --git a/dvdauthor/.footprint b/dvdauthor/.footprint deleted file mode 100644 index be70047ce..000000000 --- a/dvdauthor/.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/dvdauthor --rwxr-xr-x root/root usr/bin/dvddirdel --rwxr-xr-x root/root usr/bin/dvdunauthor --rwxr-xr-x root/root usr/bin/mpeg2desc --rwxr-xr-x root/root usr/bin/spumux --rwxr-xr-x root/root usr/bin/spuunmux -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dvdauthor.1.gz --rw-r--r-- root/root usr/man/man1/spumux.1.gz -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/dvdauthor/ --rw-r--r-- root/root usr/share/dvdauthor/dvdauthor.xsd --rw-r--r-- root/root usr/share/dvdauthor/spumux.xsd diff --git a/dvdauthor/.md5sum b/dvdauthor/.md5sum deleted file mode 100644 index 7d618b426..000000000 --- a/dvdauthor/.md5sum +++ /dev/null @@ -1 +0,0 @@ -d2c45879e4cfb95d410bf603af891e07 dvdauthor-0.6.11.tar.gz diff --git a/dvdauthor/Pkgfile b/dvdauthor/Pkgfile deleted file mode 100644 index 18a4fcb84..000000000 --- a/dvdauthor/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: DVD authoring tools -# URL: http://dvdauthor.sourceforge.net/ -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: libxml2, libdvdread - -name=dvdauthor -version=0.6.11 -release=1 -source=(http://dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make prefix=$PKG/usr install -} diff --git a/libdvdread/.footprint b/libdvdread/.footprint deleted file mode 100644 index 008f4fb12..000000000 --- a/libdvdread/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/dvdread/ --rw-r--r-- root/root usr/include/dvdread/cmd_print.h --rw-r--r-- root/root usr/include/dvdread/dvd_reader.h --rw-r--r-- root/root usr/include/dvdread/ifo_print.h --rw-r--r-- root/root usr/include/dvdread/ifo_read.h --rw-r--r-- root/root usr/include/dvdread/ifo_types.h --rw-r--r-- root/root usr/include/dvdread/nav_print.h --rw-r--r-- root/root usr/include/dvdread/nav_read.h --rw-r--r-- root/root usr/include/dvdread/nav_types.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libdvdread.a --rwxr-xr-x root/root usr/lib/libdvdread.la -lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.1 -lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.1 --rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.1 diff --git a/libdvdread/.md5sum b/libdvdread/.md5sum deleted file mode 100644 index 36e6b4700..000000000 --- a/libdvdread/.md5sum +++ /dev/null @@ -1 +0,0 @@ -078788c9241ae16763529e1235502337 libdvdread-0.9.7.tar.gz diff --git a/libdvdread/Pkgfile b/libdvdread/Pkgfile deleted file mode 100644 index 175b9a3bd..000000000 --- a/libdvdread/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: A simple foundation for reading DVD discs -# URL: http://www.dtek.chalmers.se/groups/dvd -# Maintainer: Matt Housh, jaeger at crux dot nu - -name=libdvdread -version=0.9.7 -release=1 -source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}