diff --git a/ketchup/.footprint b/ketchup/.footprint deleted file mode 100644 index e23ac5dc6..000000000 --- a/ketchup/.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/ketchup -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ketchup.1.gz diff --git a/ketchup/.md5sum b/ketchup/.md5sum deleted file mode 100644 index 98d31b6ae..000000000 --- a/ketchup/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6fbe53beac455245e1e8ae92acdccbcc ketchup-0.9.8.tar.bz2 diff --git a/ketchup/Pkgfile b/ketchup/Pkgfile deleted file mode 100644 index 1d47324e0..000000000 --- a/ketchup/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Tool for updating or switching between versions of the Linux kernel source -# URL: http://www.selenic.com/ketchup/wiki/ -# Maintainer: -# Packager: Jukka Heino, jukka dot heino at gmail dot com -# Depends on: python - -name=ketchup -version=0.9.8 -release=1 -source=(http://www.selenic.com/$name/$name-$version.tar.bz2) - -build() { - install -D -m 0755 $name $PKG/usr/bin/$name - install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1 -}