summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxt/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
commita76d97b188adecad9987681c2159f3bd7f802cc5 (patch)
treeac1039570a9d58bbc3bc4a6c68366182c095e64e /xorg/xorg-libxt/Pkgfile
parent1f7e57093df9fc2696dcc5a0192df305b1a14945 (diff)
downloadnutyx-pakxe-a76d97b188adecad9987681c2159f3bd7f802cc5.tar.gz
nutyx-pakxe-a76d97b188adecad9987681c2159f3bd7f802cc5.tar.bz2
nutyx-pakxe-a76d97b188adecad9987681c2159f3bd7f802cc5.tar.xz
nutyx-pakxe-a76d97b188adecad9987681c2159f3bd7f802cc5.zip
xorg-libxt dans extra
Diffstat (limited to 'xorg/xorg-libxt/Pkgfile')
-rw-r--r--xorg/xorg-libxt/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-libxt/Pkgfile b/xorg/xorg-libxt/Pkgfile
deleted file mode 100644
index 0901642cd..000000000
--- a/xorg/xorg-libxt/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Librairie libXt pour Xorg
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libsm, xorg-libx11, xorg-xproto, xorg-kbproto
-# Run on: xorg-libsm,xorg-libx11
-
-name=xorg-libxt
-version=1.1.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
-
-build() {
- cd libXt-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}