Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2012 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1892692 to your computer and use it in GitHub Desktop.
Save anonymous/1892692 to your computer and use it in GitHub Desktop.
# Contributor: scippio <scippio@berounet.cz>
# Contributor: Carlos Franke <carlos_franke at lemtank dot de>
pkgname="tntdb"
pkgver="1.2rc2"
pkgrel="1"
pkgdesc="Tntdb is a c++-class-library for easy database-access."
url="http://www.tntnet.org/tntdb.html"
license=("LGPL")
arch=("i686" "x86_64")
source=(http://www.tntnet.org/download/tntdb-1.2rc2.tar.gz)
md5sums=('d32896f80e92c487f4112f81a6d60bf0')
depends=('cxxtools')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR="$pkgdir" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment