Date: Wednesday, January 21, 2015 @ 10:53:50
  Author: bluewind
Revision: 126349

upgpkg: coin 3.1.3-14

remove some useless manpages

Modified:
  coin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-01-21 09:27:14 UTC (rev 126348)
+++ PKGBUILD    2015-01-21 09:53:50 UTC (rev 126349)
@@ -6,7 +6,7 @@
 
 pkgname=coin
 pkgver=3.1.3
-pkgrel=13
+pkgrel=14
 pkgdesc='A high-level 3D graphics toolkit on top of OpenGL'
 url='http://www.coin3d.org/'
 license=('GPL')
@@ -20,6 +20,7 @@
             'js: dynamic linking support'
             'simage: image format support')
 source=("https://bitbucket.org/Coin3D/coin/downloads/Coin-${pkgver}.tar.gz";)
+sha256sums=('583478c581317862aa03a19f14c527c3888478a06284b9a46a0155fa5886d417')
 
 build() {
        cd Coin-${pkgver}
@@ -56,12 +57,13 @@
 package() {
        cd Coin-${pkgver}
 
-       make DESTDIR=${pkgdir} install
+       make DESTDIR="${pkgdir}" install
 
        # final adjustments
        for _FILE in threads deprecated errors events ; do
                mv  "${pkgdir}/usr/share/man/man3/${_FILE}.3" 
"${pkgdir}/usr/share/man/man3/coin-${_FILE}.3"
        done
+
+       rm -f "$pkgdir/usr/share/man/man3/_build"*
 }
 
-sha256sums=('583478c581317862aa03a19f14c527c3888478a06284b9a46a0155fa5886d417')

Reply via email to