Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=674234cc43c6b7630a87acc307fc64aa53634df8
commit 674234cc43c6b7630a87acc307fc64aa53634df8 Author: kikadf <[email protected]> Date: Thu Apr 24 16:46:47 2014 +0200 csfml-2.1-1-x86_64 * Change m8r * Version bump * Rebuild with sfml-2.1 diff --git a/source/xlib-extra/csfml/FrugalBuild b/source/xlib-extra/csfml/FrugalBuild index 87312b2..30f5ceb 100644 --- a/source/xlib-extra/csfml/FrugalBuild +++ b/source/xlib-extra/csfml/FrugalBuild @@ -1,27 +1,28 @@ # Compiling Time: 0.01 SBU -# Maintainer: Devil505 <[email protected]> +# Mainatiner: kikadf <[email protected]> +# Contributor: Devil505 <[email protected]> # Contributor: Kooda <[email protected]> +options+=('asneeded') + pkgname=csfml -pkgver=1.99.git20110706 +pkgver=2.1 pkgrel=1 pkgdesc="C binding of SFML API" url="http://www.sfml-dev.org/" -depends=('sfml') +depends=('sfml>=2.1') +_F_github_author="LaurentGomila" +_F_github_name="CSFML" +_F_github_tag="yes" +Finclude github cmake groups=('xlib-extra') archs=('i686' 'x86_64') -_F_sourceforge_ext="-c-sdk-linux-32.tar.gz" -_F_sourceforge_name="SFML" -_F_sourceforge_dirname="sfml" -Finclude sourceforge cmake -up2date="lynx -dump http://www.sfml-dev.org/./download.php | grep -m1 'dev-linux' | cut -d '-' -f 2" -source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/CSFML/CSFML-$pkgver.tar.bz2) -sha1sums=('d360aa291679ccc16bf2a2171ece3d3170d504ea') +sha1sums=('a4e043bcef1ce1fc2c1821341938cb4e2ec2cfe1') -build() { - Fcd CSFML-$pkgver - CMake_build +build() +{ + Funpack_github + CMake_build } - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
