summaryrefslogtreecommitdiff
path: root/repo/x11/libice
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/libice')
-rw-r--r--repo/x11/libice/libice.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/x11/libice/libice.xibuild b/repo/x11/libice/libice.xibuild
deleted file mode 100644
index b819df4..0000000
--- a/repo/x11/libice/libice.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make asciidoc xmlto lynx"
-DEPS="fontconfig libxcb elogind"
-
-PKG_VER=1.0.10
-SOURCE=https://www.x.org/pub/individual/lib/libICE-$PKG_VER.tar.bz2
-
-build () {
- ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libICE-$PKG_VER ICE_LIBS=-lpthread
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}