ketchup: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:20:00 +00:00
parent 65616a88d2
commit c9f99daa06
3 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -1 +0,0 @@
6fbe53beac455245e1e8ae92acdccbcc ketchup-0.9.8.tar.bz2

View File

@ -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
}