diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:18:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:18:16 -0300 |
commit | 300b1b786826bcf38ee42dff5bd181fe1130295c (patch) | |
tree | 6a2eff13c3e2c91e7adb003f7e78ee75534407ab /testing/openscenegraph | |
parent | 262c52e574ff527fdc1ae8453df270bf7365c04c (diff) | |
download | aports-300b1b786826bcf38ee42dff5bd181fe1130295c.tar.bz2 aports-300b1b786826bcf38ee42dff5bd181fe1130295c.tar.xz |
testing/openscenegraph: fix url
Diffstat (limited to 'testing/openscenegraph')
-rw-r--r-- | testing/openscenegraph/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD index 5513693fb0..7b41c9b4fd 100644 --- a/testing/openscenegraph/APKBUILD +++ b/testing/openscenegraph/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=openscenegraph pkgver=3.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="High performance 3D graphics toolkit" -url="https://openscenegraph.org" +url="http://www.openscenegraph.org/" arch="x86 x86_64" # gdal availability license="Custom wxWindows-3 LGPL-2.1" makedepends="$depends_dev cmake mesa-dev jasper-dev curl-dev giflib-dev zlib-dev @@ -23,12 +23,10 @@ prepare() { } build() { - cd "$builddir" make } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -D -m644 LICENSE.txt "$pkgdir/usr/share/doc/$pkgname/LICENSE" [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || true |