mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
[skip-ci] ptex: update to 2.3.0
This commit is contained in:
parent
c3fd3c81dd
commit
f99c9bde3a
@ -1,15 +1,14 @@
|
||||
pkgname=ptex
|
||||
pkgver=2.1.28
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Per-Face Texture Mapping for Production Rendering"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://ptex.us/"
|
||||
license=('BSD')
|
||||
depends=(zlib)
|
||||
makedepends=(git cmake doxygen python2)
|
||||
options=(!makeflags)
|
||||
source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('ce4eb665f686f8391968fa137113bc69')
|
||||
sha256sums=('285947961ac7da2a7a15955259e271a50e485793e1d596d9f254c847301eda92')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
@ -25,12 +24,6 @@ build() {
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
|
||||
make
|
||||
make doc
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"/build
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user