summaryrefslogtreecommitdiffstats
path: root/display/read-edid
diff options
context:
space:
mode:
Diffstat (limited to 'display/read-edid')
-rwxr-xr-xdisplay/read-edid/BUILD1
-rwxr-xr-xdisplay/read-edid/DEPENDS3
-rwxr-xr-xdisplay/read-edid/DETAILS4
-rw-r--r--display/read-edid/HISTORY5
-rwxr-xr-xdisplay/read-edid/PRE_BUILD4
5 files changed, 14 insertions, 3 deletions
diff --git a/display/read-edid/BUILD b/display/read-edid/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/display/read-edid/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/display/read-edid/DEPENDS b/display/read-edid/DEPENDS
index b436583d56..abe284ef5a 100755
--- a/display/read-edid/DEPENDS
+++ b/display/read-edid/DEPENDS
@@ -1 +1,2 @@
-depends libx86
+depends libx86 &&
+depends cmake
diff --git a/display/read-edid/DETAILS b/display/read-edid/DETAILS
index c181cc9332..8ba163eba2 100755
--- a/display/read-edid/DETAILS
+++ b/display/read-edid/DETAILS
@@ -1,8 +1,8 @@
SPELL=read-edid
- VERSION=2.0.0
+ VERSION=3.0.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.polypux.org/projects/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:3503a9cff0009c407ca3fded9209f08e7f24755b0499c136a41e59a3479141ceef9f94c30a8b6125db1fdca6a47f62a74fd27101ccadaa7c9af337de310cd29f
+ SOURCE_HASH=sha512:779ebe7f1ffb6e7952762b5f886e07974f2c0fe5fa9be0722b928559466b56aae450f741817bb91bb2e33ca66ab27af39cea3c7af220c99b85dae81734138aac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.polypux.org/projects/read-edid/"
LICENSE[0]=GPL
diff --git a/display/read-edid/HISTORY b/display/read-edid/HISTORY
index cf38ba2fe4..403742b307 100644
--- a/display/read-edid/HISTORY
+++ b/display/read-edid/HISTORY
@@ -1,3 +1,8 @@
+2018-06-14 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.0.2
+ * DEPENDS, BUILD: use cmake
+ * PRE_BUILD: create missing file
+
2009-09-04 Finn Haedicke <finn_haedicke@gmx.net>
* DEPENDS, DETAILS: spell created
diff --git a/display/read-edid/PRE_BUILD b/display/read-edid/PRE_BUILD
new file mode 100755
index 0000000000..875da4af1c
--- /dev/null
+++ b/display/read-edid/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+cp LICENSE COPYING