diff options
author | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
commit | cbcf42aba84733e1b9072f5320519c99bf8c0ac7 (patch) | |
tree | a329670cb53aabe42cc50ef6cda1e534d4dfbabf /community/ctpl | |
parent | 8e372cc6207b56516c1facdaeb92d15c4716d8a2 (diff) |
Mon Oct 10 23:14:36 UTC 2011
Diffstat (limited to 'community/ctpl')
-rw-r--r-- | community/ctpl/PKGBUILD | 10 |
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 } |