mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=tachyon
|
||||||
pkgver=0.98.9
|
pkgver=0.98.9
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="Multithreaded ray tracing software"
|
pkgdesc="Multithreaded ray tracing software"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
|
url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
|
||||||
|
@ -48,8 +48,8 @@ build() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname/compile/$_target
|
cd $pkgname/compile/$_target
|
||||||
install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
|
install -D -m 755 tachyon "$pkgdir"/usr/bin/tachyon
|
||||||
install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
|
install -D -m 644 libtachyon.a "$pkgdir"/usr/lib/libtachyon.a
|
||||||
|
|
||||||
cd "$srcdir"/$pkgname/scenes
|
cd "$srcdir"/$pkgname/scenes
|
||||||
install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
|
install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
|
||||||
|
|
Loading…
Reference in a new issue