Skip to content

Instantly share code, notes, and snippets.

Created June 29, 2012 11:15
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/3017396 to your computer and use it in GitHub Desktop.
Save anonymous/3017396 to your computer and use it in GitHub Desktop.
pkgname="cxxtools"
pkgver="2.1.1"
pkgrel="1"
pkgdesc="A collection of general-purpose C++ classes"
url="http://www.tntnet.org/cxxtools.html"
license=("LGPL")
arch=("i686" "x86_64")
source=(http://www.tntnet.org/download/$pkgname-$pkgver.tar.gz)
depends=('gcc-libs')
md5sums=('2026a2bb23b966f13893167b4dbc5d70')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
}
# vim:ts=2:sw=2:et
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment