summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 710ea65bf729e6982d5f2f41626f7bb5eeb04b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>

pkgname=smarty3
pkgver=3.1.21
pkgrel=1
pkgdesc='Smarty is a PHP template engine'
url='http://www.smarty.net'
license='LGPL'
depends=('php>=5.2')
arch=('any')
source=("http://www.smarty.net/files/Smarty-${pkgver}.tar.gz")
sha256sums=('e872f98a194a31b9dea710fceb308431c0e2b846e46ce845b547f54e5789c465')

package() {
    install -d "${pkgdir}/usr/share/php"
    cp -dpr --no-preserve=ownership "${srcdir}/Smarty-${pkgver}/libs" "${pkgdir}/usr/share/php/smarty3"
}