[Frugalware-git] frugalware-current: btnx-0.4.11-2-i686 * removing package (deprecated)

Devil505 devil505linux at gmail.com
Thu Sep 2 11:03:29 CEST 2010


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d87766aa61a0200b52643774a9f4595b36bbde82

commit d87766aa61a0200b52643774a9f4595b36bbde82
Author: Devil505 <devil505linux at gmail.com>
Date:   Thu Sep 2 11:02:55 2010 +0200

btnx-0.4.11-2-i686
* removing package (deprecated)

diff --git a/source/apps-extra/btnx/FrugalBuild b/source/apps-extra/btnx/FrugalBuild
deleted file mode 100644
index 4f19ebd..0000000
--- a/source/apps-extra/btnx/FrugalBuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Compiling Time: 0.07 SBU
-# Maintainer: Devil505 <devil505 at frugalware.org>
-
-pkgname=btnx
-pkgver=0.4.11
-pkgrel=2
-pkgdesc="btnx is a daemon that enables rerouting of mouse button events through uinput as keyboard and other mouse button combinations."
-url="http://www.ollisalonen.com/btnx/"
-depends=('libdaemon')
-rodepends=('btnx-config')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-backup=('etc/btnx/events')
-up2date="Flasttar $url"
-source=(http://www.ollisalonen.com/btnx/btnx-${pkgver}.tar.gz rc.btnx)
-sha1sums=('7c7af20e3da10d6537c9ccb38c10b26a84eb4f48' \
-          '53c4d81d157cf17dc452dd4a54ee1d9a2b776190')
-
-build() {
-	export init_tool=no
-	Fbuild
-	Frm /etc/init.d
-}
-
-# optimization OK
diff --git a/source/apps-extra/btnx/rc.btnx b/source/apps-extra/btnx/rc.btnx
deleted file mode 100644
index a413877..0000000
--- a/source/apps-extra/btnx/rc.btnx
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-# (c) 2008 Andras Voroskoi <voroskoi at frugalware.org>
-# rc.btnx for FrugalWare
-# distributed under GPL License
-
-# chkconfig: 2345 99 01
-# description: Startup/shutdown script for btnx
-
-source /lib/initscripts/functions
-TEXTDOMAIN=btnx
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(restart start status stop)
-daemon=$"BTNX services"
-
-pid="pidof btnx 2> /dev/null"
-
-rc_start()
-{
-	start_msg
-	if [ -z "$(eval $pid)" ] ; then
-		/usr/sbin/btnx -b -l
-		ok $?
-	else
-		ok 999
-	fi
-}
-
-rc_stop()
-{
-	stop_msg
-	if [ ! -z "$(eval $pid)" ] ; then
-		killall btnx
-		ok $?
-	else
-		ok 999
-	fi
-}
-
-rc_exec $1
-
-# vim: ft=sh


More information about the Frugalware-git mailing list