Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b616d9c270ad5bdace76628f165c59c666b2ea9
commit 0b616d9c270ad5bdace76628f165c59c666b2ea9 Author: James Buren <[email protected]> Date: Tue Jan 17 01:26:49 2012 -0700 newt-0.52.14-1-i686 * move to lib * version bump diff --git a/source/lib-extra/newt/FrugalBuild b/source/lib-extra/newt/FrugalBuild deleted file mode 100644 index d9a0d77..0000000 --- a/source/lib-extra/newt/FrugalBuild +++ /dev/null @@ -1,30 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: DNAku <[email protected]> -# Contributor: Tuxbubling <[email protected]> - -pkgname=newt -pkgver=0.52.10 -pkgrel=2 -pkgdesc="A programming library for color text mode, widget based user interfaces." -url="https://fedorahosted.org/newt/" -depends=('slang' 'popt' 'tcl>=8.5' 'python>=2.7') -groups=('lib-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://packages.qa.debian.org/n/newt.html |grep 'Latest version'|tr -d [:alpha:]|tr -d [:blank:]|sed 's/-.*//'" -source=(http://ftp.debian.org/debian/pool/main/n/newt/newt_$pkgver.orig.tar.gz) -sha1sums=('a540989cad6aed92cf40e480d9d4b0fca1173f55') -Finclude python - -build() -{ - Fcd - tar -xzvf newt-$pkgver.tar.gz - cd newt-$pkgver - Fsed "-O2" "$CFLAGS" Makefile.in - Fsed "python2\.4" "python$_F_python_ver" Makefile.in - Fsed "-ltcl8.4" "-ltcl8.5" Makefile.in - Fmake - make prefix=$Fdestdir/$Fprefix mandir=$Fdestdir/$Fprefix/share/man install -} - -# optimization OK diff --git a/source/lib/newt/FrugalBuild b/source/lib/newt/FrugalBuild new file mode 100644 index 0000000..f174908 --- /dev/null +++ b/source/lib/newt/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.05 SBU +# Maintainer: James Buren <[email protected]> +# Contributor: Tuxbubling <[email protected]> + +pkgname=newt +pkgver=0.52.14 +pkgrel=1 +pkgdesc="A programming library for color text mode, widget based user interfaces." +url="https://fedorahosted.org/newt" +depends=('slang' 'popt' 'tcl>=8.5' 'python>=2.7') +groups=('lib') +archs=('i686' 'x86_64') +up2date="Flasttar https://fedorahosted.org/releases/n/e/newt" +source=(https://fedorahosted.org/releases/n/e/newt/$pkgname-$pkgver.tar.gz) +sha1sums=('1acb13d949e9438019d4c718c620472c1c3fbfed') +Finclude python + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
