Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting5.git;a=commitdiff;h=410ef607ef161658307ce44479fa8e91b5692d47
commit 410ef607ef161658307ce44479fa8e91b5692d47 Author: James Buren <[email protected]> Date: Fri Aug 10 13:59:21 2012 -0500 cdk-20120323-1-x86_64 * version bump * fix up2date * switch over to wide ncurses diff --git a/source/lib-extra/cdk/FrugalBuild b/source/lib-extra/cdk/FrugalBuild index e252c5d..9117b14 100644 --- a/source/lib-extra/cdk/FrugalBuild +++ b/source/lib-extra/cdk/FrugalBuild @@ -2,22 +2,22 @@ # Maintainer: voroskoi <[email protected]> pkgname=cdk -pkgver=20060507 +pkgver=20120323 pkgrel=1 pkgdesc="CDK is a library of curses widgets which can be linked into your application." url="http://invisible-island.net/cdk/cdk.html" -depends=() +depends=('ncurses') groups=('lib-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://invisible-island.net/cdk/CHANGES.gz |zcat |grep 20[0-9][0-9]/ |sed -ne 's:/::g;1p'" +up2date="Fwcat http://invisible-island.net/cdk/CHANGES | sed -rn 's|.*([0-9]{4})/([0-9]{2})/([0-9]{2}).*|\1\2\3|p' | Fsort | tail -n 1" source=(ftp://invisible-island.net/cdk/cdk.tar.gz) options=('nodocs') build() { Fcd cdk-5.0-$pkgver - Fmake --with-ncurses --with-libtool + Fmake --with-ncursesw --with-libtool Fmakeinstall DOCUMENT_DIR="$Fdestdir/usr/share/doc/$pkgname" } -sha1sums=('529d235032814725cf0b389732c39a3728c2840c') +sha1sums=('014a32b1a2928bb0ab1917b7d15b9cdd1e23f33f') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
