summaryrefslogtreecommitdiff
path: root/community/lxinput/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lxinput/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/lxinput/PKGBUILD')
-rw-r--r--community/lxinput/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/lxinput/PKGBUILD b/community/lxinput/PKGBUILD
deleted file mode 100644
index 7ed91636f..000000000
--- a/community/lxinput/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 72002 2012-06-05 13:35:16Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
-# Contributor: Filipp "Scorp" Andjelo <scorp@mailueberfall.de>
-
-pkgname=lxinput
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="A small program to configure keyboard and mouse for LXDE."
-arch=('i686' 'x86_64')
-url="http://lxde.org/"
-license=('GPL')
-groups=('lxde')
-depends=('gtk2>=2.12.0')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bf563d04984ef2a147433f3bdda687b')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
-