diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-09-12 23:46:01 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-09-12 23:46:01 +1000 |
commit | badc36ea2276122a8ce6cf9097f0afdca219a2e9 (patch) | |
tree | e2159a0850d776eb3e48ba9b4e32e6cc613ea17e /ketchup | |
parent | 40a2cde741a2b688157d5b6aad95b9a4c0dbff53 (diff) | |
download | contrib-badc36ea2276122a8ce6cf9097f0afdca219a2e9.tar.gz contrib-badc36ea2276122a8ce6cf9097f0afdca219a2e9.tar.xz |
ketchup: taken over
Diffstat (limited to 'ketchup')
-rw-r--r-- | ketchup/Pkgfile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ketchup/Pkgfile b/ketchup/Pkgfile index f12be4482..6443aa0ec 100644 --- a/ketchup/Pkgfile +++ b/ketchup/Pkgfile @@ -1,7 +1,8 @@ -# Description: Tool for updating versions of the Linux kernel source -# URL: http://www.selenic.com/ketchup/wiki/ -# Maintainer: Mark Rosenstand, mark at borkware dot net -# Depends on: python +# Description: Tool for updating versions of the Linux kernel source. +# URL: http://www.selenic.com/ketchup/wiki/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Mark Rosenstand, mark at borkware dot net +# Depends on: python name=ketchup version=0.9.8 @@ -9,7 +10,7 @@ release=1 source=(http://www.selenic.com/ketchup/ketchup-$version.tar.bz2) build() { - mkdir -p $PKG/usr/{bin,man/man1} - cp ketchup $PKG/usr/bin - cp ketchup.1 $PKG/usr/man/man1 + install -D -m755 ketchup $PKG/usr/bin/ketchup + install -D -m644 ketchup.1 $PKG/usr/man/man1/ketchup.1 } + |