From 3da6b13f1eb136d0899bd2e8dd217048bb4d9030 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 20 Jul 2011 14:44:01 +0000 Subject: Wed Jul 20 14:43:57 UTC 2011 --- community/lesspipe/PKGBUILD | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 community/lesspipe/PKGBUILD (limited to 'community/lesspipe/PKGBUILD') diff --git a/community/lesspipe/PKGBUILD b/community/lesspipe/PKGBUILD deleted file mode 100644 index 930399ce3..000000000 --- a/community/lesspipe/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 14692 2010-04-07 09:06:46Z spupykin $ -# Maintainer: Angel 'angvp' Velasquez -# Contributor: solsTiCe d'Hiver - -pkgname=lesspipe -pkgver=1.71 -pkgrel=1 -pkgdesc='an input filter for the pager less' -depends=('less') -arch=('i686' 'x86_64') -license=('GPL') -optdepends=('rpmextract: support for rpm files' - 'fastjar: support for jar files' - 'unzip: support for zip files' - 'unrar: support for rar files' - 'p7zip: support for 7za files' - 'cabextract: support for cab files' - 'cdrkit: support for iso files' - 'html2text: support for html files' - 'antiword: support for word file' - 'unrtf: support for rtf file' - 'imagemagick: support for some image file') -url="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html" -source=(http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe.tar.gz \ - lesspipe.sh) -md5sums=('6d921dc4ce9809d405cb8d694ac7cbbd' - '675b56f560c600f43108adfd98222251') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr --yes - make || return 1 - mkdir -p $pkgdir/usr/share/man/man1 - make install PREFIX=$pkgdir/usr || return 1 - - install -D $srcdir/lesspipe.sh $pkgdir/etc/profile.d/lesspipe.sh -} -- cgit v1.2.3-54-g00ecf