mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/tachyon to 0.98.9-8
This commit is contained in:
parent
6aafae7778
commit
124ed32fdc
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=tachyon
|
||||
pkgver=0.98.9
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Multithreaded ray tracing software"
|
||||
arch=(x86_64)
|
||||
url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
|
||||
|
@ -48,8 +48,8 @@ build() {
|
|||
|
||||
package() {
|
||||
cd $pkgname/compile/$_target
|
||||
install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
|
||||
install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
|
||||
install -D -m 755 tachyon "$pkgdir"/usr/bin/tachyon
|
||||
install -D -m 644 libtachyon.a "$pkgdir"/usr/lib/libtachyon.a
|
||||
|
||||
cd "$srcdir"/$pkgname/scenes
|
||||
install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
|
||||
|
|
Loading…
Reference in a new issue