opt/ketchup/Pkgfile

16 lines
490 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Tool for updating or switching between versions of the Linux kernel source
# URL: http://www.selenic.com/ketchup/wiki/
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Depends on: python
name=ketchup
2006-04-25 14:10:48 +02:00
version=0.9.7
release=1
source=(http://www.selenic.com/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1
}