From 510b3adcd5b3b63c1d4f83f67c659af1f69b8b67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Richard=20P=C3=B6ttler?= Date: Mon, 29 Oct 2007 10:55:55 +0100 Subject: [PATCH] new port: cvsps --- cvsps/.footprint | 7 +++++++ cvsps/.md5sum | 1 + cvsps/Pkgfile | 15 +++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 cvsps/.footprint create mode 100644 cvsps/.md5sum create mode 100644 cvsps/Pkgfile diff --git a/cvsps/.footprint b/cvsps/.footprint new file mode 100644 index 0000000..fe87c10 --- /dev/null +++ b/cvsps/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cvsps +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cvsps.1.gz diff --git a/cvsps/.md5sum b/cvsps/.md5sum new file mode 100644 index 0000000..7985a99 --- /dev/null +++ b/cvsps/.md5sum @@ -0,0 +1 @@ +bde2110ed9f5d14de8f8cb04e9d596fe cvsps-2.1.tar.gz diff --git a/cvsps/Pkgfile b/cvsps/Pkgfile new file mode 100644 index 0000000..2cdacf8 --- /dev/null +++ b/cvsps/Pkgfile @@ -0,0 +1,15 @@ +# Maintainer: Richard Pöttler, richard dot poettler at gmail dot com +# Description: generating patchset information from a cvs repository +# URL: http://www.cobite.com/cvsps/ +# Depends on: + +name=cvsps +version=2.1 +release=1 +source=(http://www.cobite.com/cvsps/$name-$version.tar.gz) + +build () { + cd $name-$version + make + make prefix=$PKG/usr install +} -- 2.11.4.GIT