summaryrefslogtreecommitdiff
path: root/community/ctpl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ctpl/PKGBUILD')
-rw-r--r--community/ctpl/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD
index 649722e45..f2d098254 100644
--- a/community/ctpl/PKGBUILD
+++ b/community/ctpl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 29702 2010-10-18 18:39:07Z angvp $
+# $Id: PKGBUILD 56633 2011-10-09 09:46:57Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=ctpl
-pkgver=0.3
+pkgver=0.3.3
pkgrel=1
pkgdesc="CTPL is a template engine library written in C"
arch=('i686' 'x86_64')
@@ -11,11 +11,15 @@ url="http://ctpl.tuxfamily.org/"
license=('GPL')
depends=('glib2' 'gvfs')
source=(http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('fdc63a4a3eabf7d1be0078c6827579a5')
+md5sums=('3380e06d94d921fb50b0e40ddb351daa')
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}