[skip-ci] ptex: update to 2.3.0

This commit is contained in:
Jeff Huang 2019-01-08 14:29:34 +01:00
parent c3fd3c81dd
commit f99c9bde3a

View File

@ -1,15 +1,14 @@
pkgname=ptex pkgname=ptex
pkgver=2.1.28 pkgver=2.3.0
pkgrel=1 pkgrel=1
pkgdesc="Per-Face Texture Mapping for Production Rendering" pkgdesc="Per-Face Texture Mapping for Production Rendering"
arch=(i686 x86_64) arch=(x86_64)
url="http://ptex.us/" url="http://ptex.us/"
license=('BSD') license=('BSD')
depends=(zlib) depends=(zlib)
makedepends=(git cmake doxygen python2) makedepends=(git cmake doxygen python2)
options=(!makeflags)
source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz") source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz")
md5sums=('ce4eb665f686f8391968fa137113bc69') sha256sums=('285947961ac7da2a7a15955259e271a50e485793e1d596d9f254c847301eda92')
prepare() { prepare() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
@ -25,12 +24,6 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib
make make
make doc
}
check() {
cd "$pkgname-$pkgver"/build
make test
} }
package() { package() {