mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/irrlicht to 1.8.5-1
This commit is contained in:
parent
f6f999b5a9
commit
7ca1d6a523
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
pkgbase=irrlicht
|
||||
pkgname=('irrlicht' 'irrlicht-docs')
|
||||
pkgver=1.8.4
|
||||
pkgrel=3
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
pkgdesc="An open source high performance realtime 3D graphics engine."
|
||||
arch=('x86_64')
|
||||
url="http://irrlicht.sourceforge.net/"
|
||||
|
@ -20,7 +20,7 @@ makedepends=('mesa' 'unzip' 'libxcursor')
|
|||
optdepends=('libxcursor: run examples')
|
||||
source=("https://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip")
|
||||
noextract=($pkgname-$pkgver.zip)
|
||||
sha512sums=('de69ddd2c6bc80a1b27b9a620e3697b1baa552f24c7d624076d471f3aecd9b15f71dce3b640811e6ece20f49b57688d428e3503936a7926b3e3b0cc696af98d1')
|
||||
sha512sums=('d11c7a056bfb8c9737ed583c5bc5794223bc59fb4620411b63bc4d1eedc41db2ed1cab5cb7a37fee42a7f38c0e0645f5fc53fd329fff0f2aa78e0df6804c47c9')
|
||||
|
||||
prepare() {
|
||||
unzip $pkgbase-$pkgver.zip
|
||||
|
@ -50,7 +50,7 @@ package_irrlicht() {
|
|||
install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgbase/LICENSE
|
||||
|
||||
# fix headers permissions
|
||||
chmod 644 $pkgdir/usr/include/$pkgbase/*
|
||||
chmod 644 "$pkgdir"/usr/include/$pkgbase/*
|
||||
|
||||
ln -s libIrrlicht.so.$pkgver "$pkgdir"/usr/lib/libIrrlicht.so.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue