summaryrefslogtreecommitdiff
path: root/pcr/ipmiutil/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/ipmiutil/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/ipmiutil/PKGBUILD')
-rw-r--r--pcr/ipmiutil/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/pcr/ipmiutil/PKGBUILD b/pcr/ipmiutil/PKGBUILD
deleted file mode 100644
index 132ea7c59..000000000
--- a/pcr/ipmiutil/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: goodmen <goodmenlinux@gmail.com>
-# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
-# Contributors: champus, madeye, Ranguvar and ninja_pt
-# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@cwb.IO>
-
-pkgname=ipmiutil
-pkgver=2.7.5
-pkgrel=1
-pkgdesc="A simple program that lists results from the hardware detection library."
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ipmiutil/"
-license=('BSD2.0')
-depends=('')
-makedepends=('openssl')
-options=('!emptydirs')
-source=("http://prdownloads.sourceforge.net/ipmiutil/ipmiutil-${pkgver}.tar.gz")
-
-build() {
- cd ${srcdir}
- tar -xf ${pkgname}-${pkgver}.tar.gz
-
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --enable-gpl
- make -j1 || return 1
- make DESTDIR=${pkgdir} install || return 1
-}