From 6205a79d12fc64e45dcec75823b2ba54099aadaa Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 21 Dec 2012 11:25:20 +0100 Subject: [PATCH] Use release instead of git repo for sdb --- srcpkgs/sdb/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/sdb/template b/srcpkgs/sdb/template index 77227b39d7..38765a34a8 100644 --- a/srcpkgs/sdb/template +++ b/srcpkgs/sdb/template @@ -1,22 +1,18 @@ # Template file for 'sdb' pkgname=sdb -version="$(date -u +%Y%m%d)" +version=0.5 revision=1 build_style=gnu-makefile -short_desc="A Simple database" -maintainer="pancake " -license="GPL-3" +short_desc="Simple key-value database with JSON support" +checksum=ed3225e4a6c88cc3c31c80dff6faa74c2a861aa0db1dce37db0e97a6fec595fa +maintainer="pancake " +license="LGPL-3" homepage="https://github.com/radare/sdb" long_desc=" sdb is a simple key/value database with disk storage. mcsdbd is a memcache server with disk storage based on sdb. sdbtypes is a vala library that implements several data structures on top of an sdb or memcache instance." -nofetch=yes -noextract=yes -makedepends="git vala-devel" +distfiles="https://github.com/radare/sdb/archive/$pkgname-$version.tar.gz" +makedepends="vala-devel" subpackages="sdb-devel" - -do_fetch() { - git clone git://github.com/radare/sdb.git sdb-${version} -}