Skip to content

Instantly share code, notes, and snippets.

@jarondl
Forked from anonymous/gist:3017298
Last active December 24, 2015 14:29
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 jarondl/6813291 to your computer and use it in GitHub Desktop.
Save jarondl/6813291 to your computer and use it in GitHub Desktop.
pkgname="tntdb"
pkgver="1.3"
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/$pkgname-$pkgver.tar.gz)
md5sums=('31d16243566fe226119e40e194119b44')
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