mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/lua51 to 5.1.5-5
This commit is contained in:
parent
5c67c1e70e
commit
228a40c15b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=lua51
|
||||
pkgver=5.1.5
|
||||
pkgrel=4.1
|
||||
pkgrel=5
|
||||
pkgdesc='Powerful lightweight programming language designed for extending applications'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.lua.org/'
|
||||
|
@ -50,7 +50,7 @@ package() {
|
|||
INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
|
||||
install
|
||||
|
||||
install -Dm644 etc/lua.pc "$pkgdir"/usr/lib/pkgconfig/lua5.1.pc
|
||||
install -Dm644 etc/lua.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
|
||||
install -d "$pkgdir/usr/share/doc/$pkgname"
|
||||
install -m644 doc/*.{gif,png,css,html} "$pkgdir"/usr/share/doc/$pkgname
|
||||
install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
|
||||
|
|
Loading…
Reference in a new issue