Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=87f2d4484e43556f100071e531b528e4ad493045
commit 87f2d4484e43556f100071e531b528e4ad493045 Author: VMiklos <[EMAIL PROTECTED]> Date: Mon Jul 23 19:29:26 2007 +0200 csup-20060318-1-i686 new package replaces cvsup closes #2165 diff --git a/source/devel-extra/csup/FrugalBuild b/source/devel-extra/csup/FrugalBuild new file mode 100644 index 0000000..4524e3f --- /dev/null +++ b/source/devel-extra/csup/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0 SBU +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=csup +pkgver=20060318 +pkgrel=1 +pkgdesc="A solid CVSup replacement for checkout-only functionality." +url="http://www.mu.org/~mux/csup.html" +depends=('openssl' 'zlib' 'glibc') +# can be removed after Frugalware-0.7 is out +replaces=('cvsup') +groups=('devel-extra') +archs=('i686') +up2date="lynx -dump $url |Flasttgz" +source=(http://mu.org/~mux/csup-snap-$pkgver.tgz) +sha1sums=('209c53137245e3e5e2cea98151115043d993ce35') + +build() +{ + Fcd $pkgname + # don't try to strip the manpage + Fsed 'install -s' 'install' GNUmakefile + Fmake + Fmkdir /usr/{bin,share/man/man1} + Fmakeinstall PREFIX=$Fdestdir/usr +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
