[arch-commits] Commit in ois/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Oct 30 19:28:33 UTC 2013


    Date: Wednesday, October 30, 2013 @ 20:28:33
  Author: svenstaro
Revision: 99656

Ship license

Modified:
  ois/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 19:20:04 UTC (rev 99655)
+++ PKGBUILD	2013-10-30 19:28:33 UTC (rev 99656)
@@ -8,7 +8,7 @@
 pkgdesc="Object Oriented Input System"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/wgois"
-license=('custom:zlib/libpng')
+license=('custom:zlib')
 makedepends=('autoconf' 'automake' 'libtool' 'gcc' 'libxaw')
 source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz"
         "gcc47.patch")
@@ -28,5 +28,8 @@
 
 package() {
   cd ${srcdir}/${pkgname}-v${_oisver}
+
   make DESTDIR=${pkgdir} install
+
+  install -Dm644 ReadMe.txt ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list