Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8642e5308d09264787fb5930f862c138356b5811
commit 8642e5308d09264787fb5930f862c138356b5811 Author: crazy <[email protected]> Date: Thu Sep 28 23:54:51 2017 +0200 openresolv-3.9.0-1-x86_64 * New package diff --git a/source/base/openresolv/FrugalBuild b/source/base/openresolv/FrugalBuild new file mode 100644 index 0000000..eb7a693 --- /dev/null +++ b/source/base/openresolv/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.02 SBU +# Maintainer: crazy <[email protected]> + +# TODO: add finit support and send upstream +pkgname=openresolv +pkgver=3.9.0 +pkgrel=1 +pkgdesc="The DNS management framework" +url="https://roy.marples.name/projects/openresolv" +depends=('bash') +groups=('base') +archs=('x86_64') +up2date="Flasttar $url" +source=(https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz) +sha1sums=('5ea73075f03fed30e3b8cf628bb19540897bac47') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
