summaryrefslogtreecommitdiff
path: root/community/lmctl/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-02 11:26:18 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-02 11:26:18 -0300
commit01dfa0016c313f5ec5be0a8b624bac5031ff74a8 (patch)
tree6dfcf9c3c4143226d0ef65ce2d139f80f8fcacc1 /community/lmctl/PKGBUILD
parent40e1222c1402c0d2aded73b95802f8197d0691a6 (diff)
parent9343f37ee7ba1aa98f65272412d331a280890e12 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/epdfview/PKGBUILD community/gpa/PKGBUILD community/gtk2hs-cairo/PKGBUILD community/gtk2hs-glib/PKGBUILD community/gtk2hs-gtk/PKGBUILD community/gtk2hs-pango/PKGBUILD community/lmctl/PKGBUILD community/mediatomb/PKGBUILD community/ruby-atk/PKGBUILD community/ruby-gdkpixbuf2/PKGBUILD community/ruby-gio2/PKGBUILD community/ruby-glib2/PKGBUILD community/ruby-pango/PKGBUILD core/eglibc/glibc-2.10-bz4781.patch core/eglibc/glibc-2.10-dont-build-timezone.patch core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch core/eglibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch core/eglibc/glibc-2.13-futex.patch core/eglibc/glibc-__i686.patch extra/silc-toolkit/PKGBUILD
Diffstat (limited to 'community/lmctl/PKGBUILD')
-rw-r--r--community/lmctl/PKGBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/community/lmctl/PKGBUILD b/community/lmctl/PKGBUILD
deleted file mode 100644
index a86335c8c..000000000
--- a/community/lmctl/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Maintainer: Jeff Mickey <j@codemac.net>
-# Contributor: Shadowhand <woody.gilk@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=lmctl
-pkgver=0.3.2
-pkgrel=6
-pkgdesc="Logitech Mouse configuration program"
-arch=('i686' 'x86_64' 'mips64el')
-license=('GPL')
-url="http://www.bedroomlan.org/~alexios/coding_lmctl.html"
-depends=('libusb-compat')
-source=(http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/${pkgname}\_${pkgver}.tar.gz \
- mx-support-cmdline.patch mx-support-man.patch mx-support.patch \
- lmctl.rc.d lmctl.conf.d)
-md5sums=('c2acb088c95adeac68b6de8f05ddc0e4' '431521026fc07b27e21d65124dd1134f' \
- 'cfc222209b9a9d6b203c5a00dafe57dd' '1b943fe045d8273677be43c79bfd1031'
- 'a62ad322e93c1cbc931bba33fb0a518c' 'a77682cf2d2c9e3d1a53a6444a74ce66' )
-
-build() {
- cd ${srcdir}/${pkgname}-0.3.1
-
- patch -Np1 < ${srcdir}/mx-support-cmdline.patch
- patch -Np1 < ${srcdir}/mx-support-man.patch
- patch -Np1 < ${srcdir}/mx-support.patch
-
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-0.3.1
-
- make DESTDIR=${pkgdir} install
-
- # install the init scripts
- install -D -m755 ${srcdir}/lmctl.rc.d ${pkgdir}/etc/rc.d/lmctl
- install -D -m644 ${srcdir}/lmctl.conf.d ${pkgdir}/etc/conf.d/lmctl
-}