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