Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e072de72f597e44b963640b8621a5ed99c5972cf
commit e072de72f597e44b963640b8621a5ed99c5972cf Author: crazy <[email protected]> Date: Tue May 31 17:45:58 2016 +0200 serd-0.22.0-1-x86_64 - removed , nothing in the repos need that diff --git a/source/lib-extra/serd/FrugalBuild b/source/lib-extra/serd/FrugalBuild deleted file mode 100644 index 7ae4947..0000000 --- a/source/lib-extra/serd/FrugalBuild +++ /dev/null @@ -1,23 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: Anthony Jorion <[email protected]> - -pkgname=serd -pkgver=0.22.0 -pkgrel=1 -pkgdesc="Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." -url="http://drobilla.net/software/serd" -depends=('glibc') -groups=('lib-extra') -archs=('i686' 'x86_64') -up2date="Flasttar $url" -source="http://download.drobilla.net/$pkgname-$pkgver.tar.bz2" -sha1sums=('b8a6b9daffe9470a5978df608df033def68e04ed') - -build() -{ - Fcd - sed -i '/ldconfig/d' wscript || Fdie - ./waf configure --prefix=/usr || Fdie - ./waf || Fdie - DESTDIR=$Fdestdir ./waf install || Fdie -} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
