[arch-commits] Commit in ipmitool/repos (4 files)

Florian Pritz bluewind at nymeria.archlinux.org
Sun Feb 16 18:37:55 UTC 2014


    Date: Sunday, February 16, 2014 @ 19:37:55
  Author: bluewind
Revision: 105865

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ipmitool/repos/community-i686/
  ipmitool/repos/community-i686/PKGBUILD
    (from rev 105864, ipmitool/trunk/PKGBUILD)
  ipmitool/repos/community-x86_64/
  ipmitool/repos/community-x86_64/PKGBUILD
    (from rev 105864, ipmitool/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: ipmitool/repos/community-i686/PKGBUILD (from rev 105864, ipmitool/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-16 18:37:55 UTC (rev 105865)
@@ -0,0 +1,30 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Florian Dejonckheere <florian at floriandejonckheere.be>
+# Contributor: gori
+
+pkgname=ipmitool
+pkgver=1.8.13
+pkgrel=2
+pkgdesc="Command-line interface to IPMI-enabled devices"
+arch=('i686' 'x86_64')
+url="http://ipmitool.sourceforge.net"
+depends=('openssl')
+license=('BSD')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('64f36baea740f701c5f287805da968a2')
+
+build(){
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure --prefix=/usr --sbindir=/usr/bin --with-kerneldir
+	make
+}
+
+package(){
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	# Install license
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ipmitool/repos/community-x86_64/PKGBUILD (from rev 105864, ipmitool/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-16 18:37:55 UTC (rev 105865)
@@ -0,0 +1,30 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Florian Dejonckheere <florian at floriandejonckheere.be>
+# Contributor: gori
+
+pkgname=ipmitool
+pkgver=1.8.13
+pkgrel=2
+pkgdesc="Command-line interface to IPMI-enabled devices"
+arch=('i686' 'x86_64')
+url="http://ipmitool.sourceforge.net"
+depends=('openssl')
+license=('BSD')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('64f36baea740f701c5f287805da968a2')
+
+build(){
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure --prefix=/usr --sbindir=/usr/bin --with-kerneldir
+	make
+}
+
+package(){
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	# Install license
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list