updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / smarty3 / PKGBUILD
blob00c1aae8c2d2f75c8ddd24026890b0b8568f4007
1 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
2 pkgname=smarty3
3 pkgver=3.1.7
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=('8e24aa80059d9432054cf274b7e520bf')
18 build() {
19   install -d $startdir/pkg/usr/share/php
20   cp -r $startdir/src/Smarty-$pkgver $startdir/pkg/usr/share/php/smarty3