[Frugalware-git] frugalware-current: pmtools-20071116-1-i686

Michel Hermier hermier at frugalware.org
Tue May 26 12:02:10 CEST 2009


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

commit bd58c7ae0bc261c66ea020f76bc6ecf213012c8e
Author: Michel Hermier <hermier at frugalware.org>
Date:   Tue May 26 12:01:05 2009 +0200

pmtools-20071116-1-i686

* Moved to apps-extra.
* Added x86_64.

diff --git a/source/apps-extra/pmtools/FrugalBuild b/source/apps-extra/pmtools/FrugalBuild
new file mode 100644
index 0000000..058ffb3
--- /dev/null
+++ b/source/apps-extra/pmtools/FrugalBuild
@@ -0,0 +1,27 @@
+# Compiling Time: ~0.1 SBU
+# Maintainer: Michel Hermier <hermier at frugalware.org>
+
+pkgname=pmtools
+pkgver=20071116
+pkgrel=1
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+pkgdesc="Collection of tools for processing ACPI tables."
+url="http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/"
+depends=('glibc')
+up2date="Flasttar $url"
+source=($url/$pkgname-$pkgver.tar.bz2)
+sha1sums=('8ecad7ae5ee9f78172ee5dcdccebf5e7bd1ceb22')
+
+build() {
+	Fmake
+
+	Fmkdir /usr/bin
+	Fexerel acpixtract/acpixtract /usr/bin/
+	Fexerel madt/madt /usr/bin/
+
+	Fmkdir /usr/sbin
+	Fexerel acpidump/acpidump /usr/sbin/
+}
+
+# optimization OK


More information about the Frugalware-git mailing list