contrib/ketchup/Pkgfile

17 lines
481 B
Plaintext
Raw Normal View History

2007-09-12 15:46:01 +02:00
# Description: Tool for updating versions of the Linux kernel source.
# URL: http://www.selenic.com/ketchup/wiki/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-09-12 15:46:01 +02:00
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: python gnupg
2006-10-28 07:07:25 +02:00
name=ketchup
version=0.9.8
release=1
source=(http://www.selenic.com/ketchup/ketchup-$version.tar.bz2)
build() {
2007-09-12 15:46:01 +02:00
install -D -m755 ketchup $PKG/usr/bin/ketchup
install -D -m644 ketchup.1 $PKG/usr/man/man1/ketchup.1
2006-10-28 07:07:25 +02:00
}
2007-09-12 15:46:01 +02:00