updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / smarty3-doc / PKGBUILD
blobd2b6a1f17910b05d9e04c2c3abc477490714cbd5
1 # Contributor: Zsolt Udvari <udvzsolt@gmail.com>
2 pkgname=smarty3-doc
3 pkgver=3.1.7
4 pkgrel=1
5 pkgdesc='Smarty3 documentation'
6 url='http://www.smarty.net'
7 license="LGPL"
8 arch=(any)
9 makedepends=()
10 conflicts=()
11 replaces=()
12 backup=()
13 changelog=$pkgname.changelog
14 source=(http://www.smarty.net/files/docs/manual-en-${pkgver}.zip)
16 md5sums=('829732bdabfd7bedd2c026b982c32083')
18 build() {
19     install -d $pkgdir/usr/share/doc/smarty3
20     install -m644 $srcdir/manual-en/* $pkgdir/usr/share/doc/smarty3