updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / smarty / PKGBUILD
blobe976de1d270f135ecdcbb78666b526ee79a8f997
1 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
2 pkgname=smarty
3 pkgver=2.6.26
4 pkgrel=2
5 pkgdesc="Smarty is a PHP template engine"
6 url="http://www.smarty.net"
7 license="LGPL"
8 depends=('php')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 source=(http://www.smarty.net/files/Smarty-$pkgver.tar.gz)
15 md5sums=('e0da351443b8613e1013c481ab30cb84')
17 build() {
18   install -d $startdir/pkg/usr/share/php
19   cp -r $startdir/src/Smarty-$pkgver $startdir/pkg/usr/share/php/smarty