summaryrefslogtreecommitdiff
path: root/xorg-recordproto
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-02-06 12:12:33 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-02-06 12:12:33 +0100
commit497fd053c815bc2efae7a8fab4ba517c0c3f553f (patch)
treedb49f58cc4cee83722fc71e018b3fa793f91feef /xorg-recordproto
parentdfd7ff7e4413d1b8ea42cd20cc679a90ee9ddf4b (diff)
downloadxorg-497fd053c815bc2efae7a8fab4ba517c0c3f553f.tar.gz
xorg-497fd053c815bc2efae7a8fab4ba517c0c3f553f.tar.xz
xorg: purged ports replaced by xorg-xorgproto
Diffstat (limited to 'xorg-recordproto')
-rw-r--r--xorg-recordproto/.footprint10
-rw-r--r--xorg-recordproto/.md5sum1
-rw-r--r--xorg-recordproto/.signature5
-rw-r--r--xorg-recordproto/Pkgfile20
4 files changed, 0 insertions, 36 deletions
diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint
deleted file mode 100644
index 9aab3bf1..00000000
--- a/xorg-recordproto/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/recordconst.h
--rw-r--r-- root/root usr/include/X11/extensions/recordproto.h
--rw-r--r-- root/root usr/include/X11/extensions/recordstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc
diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum
deleted file mode 100644
index 4b40be53..00000000
--- a/xorg-recordproto/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-1b4e5dede5ea51906f1530ca1e21d216 recordproto-1.14.2.tar.bz2
diff --git a/xorg-recordproto/.signature b/xorg-recordproto/.signature
deleted file mode 100644
index 44387229..00000000
--- a/xorg-recordproto/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndD8bd769jIzlU0k+De4NZwXb/3XicQBekvL0LyTLiwtFl2UbdqprzT0NvlX0klVZOU5Y32DzB0aOusDWIYK71A0=
-SHA256 (Pkgfile) = c7b70be76424c1c51706006e1c913225dc06be3b4cc3ff01231880dc0de956a4
-SHA256 (.footprint) = 65dc64fc7f0f48fc76fb25d57172acbc9526e73068e48f5f3a30b0858049b1e4
-SHA256 (recordproto-1.14.2.tar.bz2) = a777548d2e92aa259f1528de3c4a36d15e07a4650d0976573a8e2ff5437e7370
diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile
deleted file mode 100644
index d5aaac85..00000000
--- a/xorg-recordproto/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: xorg proto recordproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-
-name=xorg-recordproto
-version=1.14.2
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2)
-
-build() {
- cd recordproto-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-
- rm $PKG/usr/share/doc/recordproto/record.xml
- find $PKG/usr/share -type d -delete
-}

Generated by cgit