summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxpm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxpm/Pkgfile')
-rw-r--r--xorg/xorg-libxpm/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-libxpm/Pkgfile b/xorg/xorg-libxpm/Pkgfile
deleted file mode 100644
index 814eb93f9..000000000
--- a/xorg/xorg-libxpm/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: xorg lib libXpm
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-xproto, xorg-libx11, xorg-libxt, xorg-xextproto, xorg-libxext
-# Run on: xorg-libx11,xorg-libxt,xorg-libxext
-
-name=xorg-libxpm
-version=3.5.9
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.bz2)
-
-build() {
- cd libXpm-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}