summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-07 13:01:41 +0000
committerTim Biermann <tbier@posteo.de>2020-06-07 16:12:35 +0000
commitfd4d99503a575f478fa11cd11882ce739f72e55b (patch)
treecb00afb449be8ac755d3b664b49ec6c3f5742cea
parentf9245008134782a77c95a7d64aa8670745614198 (diff)
downloadcontrib-fd4d99503a575f478fa11cd11882ce739f72e55b.tar.gz
contrib-fd4d99503a575f478fa11cd11882ce739f72e55b.tar.xz
acpi: initial commit, version 1.7
-rw-r--r--acpi/.footprint7
-rw-r--r--acpi/.signature5
-rw-r--r--acpi/Pkgfile16
3 files changed, 28 insertions, 0 deletions
diff --git a/acpi/.footprint b/acpi/.footprint
new file mode 100644
index 000000000..719db35dc
--- /dev/null
+++ b/acpi/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/acpi
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/acpi.1.gz
diff --git a/acpi/.signature b/acpi/.signature
new file mode 100644
index 000000000..a9f736893
--- /dev/null
+++ b/acpi/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33i3vi405ysHUJKFbOg+NQ6HDzRySF+nzeK4mWnWNfWQlIEJNpxz/c0J9oFe8t52xqkxKPmgW1rIofMTNNo50w0=
+SHA256 (Pkgfile) = 8f01f0cf651c82a0562bc0bc8a2d617b0b79afc2311d8dd1bdcf084d9ed6eb22
+SHA256 (.footprint) = eb19cb9c21288533f18cfcb46012f1861d06a72e6dbba8454b3318269421dd6e
+SHA256 (acpi-1.7.tar.gz) = d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005
diff --git a/acpi/Pkgfile b/acpi/Pkgfile
new file mode 100644
index 000000000..13f009792
--- /dev/null
+++ b/acpi/Pkgfile
@@ -0,0 +1,16 @@
+# Description: A program to display informations about ACPI devices.
+# URL: https://sourceforge.net/projects/acpiclient/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=acpi
+version=1.7
+release=1
+source=(https://downloads.sourceforge.net/project/acpiclient/acpiclient/$version/$name-$version.tar.gz)
+
+build(){
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit