[arch-commits] CVS update of extra/system/lirc-beyond (PKGBUILD lirc.install)

Travis Willard travis at archlinux.org
Sun May 20 14:21:32 UTC 2007


    Date: Sunday, May 20, 2007 @ 10:21:32
  Author: travis
    Path: /home/cvs-extra/extra/system/lirc-beyond

 Removed: PKGBUILD (1.3) lirc.install (1.2)

Beyond removed from repos


--------------+
 PKGBUILD     |   44 --------------------------------------------
 lirc.install |   50 --------------------------------------------------
 2 files changed, 94 deletions(-)


Index: extra/system/lirc-beyond/PKGBUILD
diff -u extra/system/lirc-beyond/PKGBUILD:1.3 extra/system/lirc-beyond/PKGBUILD:removed
--- extra/system/lirc-beyond/PKGBUILD:1.3	Mon Oct  9 23:11:38 2006
+++ extra/system/lirc-beyond/PKGBUILD	Sun May 20 10:21:31 2007
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD,v 1.3 2006/10/10 03:11:38 paul Exp $
-# Maintainer: Paul Mattal <paul at archlinux.org>
-
-pkgname=lirc-beyond
-pkgver=0.8.0.20061009
-pkgrel=2
-_kernver=2.6.17-beyond
-pkgdesc="Linux Infrared Remote Control kernel modules for beyond arch kernel"
-arch=(i686 x86_64)
-depends=('lirc-utils' 'kernel26beyond')
-makedepends=(help2man)
-source=(http://gerolde.archlinux.org/~paul/lirc-$pkgver.tar.gz)
-md5sums=('8fdefa0963888a02b05b85947b9f490e' \
-	 '3b5d29242d747b9c012e842eaaec12dd'\
-         '85f7fdac55e5256967241864049bf5e9'\
-	 '3deb02604b37811d41816e9b4385fcc3')
-url="http://www.lirc.org/"
-install=lirc.install
-replaces=('lirc+pctv')
-provides=(lirc)
-
-build() {
-	# configure
-	cd $startdir/src/lirc || return 1
-	./autogen.sh
-	./configure --enable-sandboxed --prefix=/usr \
-		--with-driver=all --with-kerneldir=/usr/src/linux-${_kernver} \
-		--with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc || return 1
-
-	# disable parallel and bt829
-        # because of incompatibility with smp systems
-        sed -i -e "s:lirc_parallel::" -e "s:lirc_bt829::" \
-		Makefile drivers/Makefile drivers/*/Makefile tools/Makefile \
-                || return 1
-
-	# build
-	cd drivers/
-	make || return 1
-	make DESTDIR=$startdir/pkg install || return 1
-
-	# set the kernel we've built for inside the install script
-	sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
-		$startdir/lirc.install || return 1
-}
Index: extra/system/lirc-beyond/lirc.install
diff -u extra/system/lirc-beyond/lirc.install:1.2 extra/system/lirc-beyond/lirc.install:removed
--- extra/system/lirc-beyond/lirc.install:1.2	Tue Jun 27 06:33:02 2006
+++ extra/system/lirc-beyond/lirc.install	Sun May 20 10:21:31 2007
@@ -1,50 +0,0 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.17-beyond
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-pre_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.17-beyond
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.17-beyond
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-  /bin/true
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list