summaryrefslogtreecommitdiffstats
path: root/utils/prctl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/prctl/DETAILS')
-rwxr-xr-xutils/prctl/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/prctl/DETAILS b/utils/prctl/DETAILS
new file mode 100755
index 0000000000..7bd2f4e9f3
--- /dev/null
+++ b/utils/prctl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=prctl
+ VERSION=1.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:60463a80fcadec9f2c6fbb0e179391affb594a15f116bc0c6dba350251b6fab1eb7bfca5753e0765cb27b723b76a86cbe19bdaa3ef50d4fee6696ed861e0bb96
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://sourceforge.net/projects/prctl/
+ LICENSE[0]=GPL
+ ENTERED=20120401
+ SHORT="tool to query and modify process behavior"
+cat << EOF
+Tool to query and modify process behavior. Supported process behavior is
+handling of unaligned memory access and handling of floating point software
+assist faults (on IPF systems).
+EOF