summaryrefslogtreecommitdiff
path: root/community/ois
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ois
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ois')
-rw-r--r--community/ois/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/ois/PKGBUILD b/community/ois/PKGBUILD
deleted file mode 100644
index f7de157c3..000000000
--- a/community/ois/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 64772 2012-02-18 04:26:52Z svenstaro $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: scippio <scippio@berounet.cz>
-pkgname=ois
-pkgver=1.3
-_oisver=${pkgver/./-}
-pkgrel=2
-pkgdesc="Object Oriented Input System"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/wgois"
-license=('custom:zlib/libpng')
-makedepends=('autoconf' 'automake' 'libtool' 'gcc' 'libxaw')
-source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz")
-md5sums=('9697fead17eac6025151cd2e1fca1518')
-
-build() {
- cd ${srcdir}/${pkgname}-v${_oisver}
- chmod +x bootstrap
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-v${_oisver}
- make DESTDIR=${pkgdir} install
-}