summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-12 11:47:45 +0200
committer Heinz Wiesinger2010-05-12 11:47:45 +0200
commitbfb441bb14ddd31b78aff8f7905f6502b706f09b (patch)
tree25ab969fe0eb2a767ec51010482836d3bc487c09 /development
parent84c0c81017d8b34163d0bc6fe85172f482f06fb9 (diff)
downloadslackbuilds-bfb441bb14ddd31b78aff8f7905f6502b706f09b.tar.gz
development/libx86: Removed from 12.2 repository
Diffstat (limited to 'development')
-rw-r--r--development/libx86/README6
-rw-r--r--development/libx86/libx86.SlackBuild57
-rw-r--r--development/libx86/libx86.info8
-rw-r--r--development/libx86/slack-desc19
4 files changed, 0 insertions, 90 deletions
diff --git a/development/libx86/README b/development/libx86/README
deleted file mode 100644
index 91a007a280..0000000000
--- a/development/libx86/README
+++ /dev/null
@@ -1,6 +0,0 @@
-libx86 - a hardware-independent library for executing real-mode x86 code
-
-It's often useful to be able to make real-mode x86 BIOS calls from
-userland. lrmi provides a simple interface to this for x86 machines, but
-this doesn't help on other platforms. libx86 provides the lrmi interface,
-but will also run on platforms such as amd64 and alpha.
diff --git a/development/libx86/libx86.SlackBuild b/development/libx86/libx86.SlackBuild
deleted file mode 100644
index d1dc394dad..0000000000
--- a/development/libx86/libx86.SlackBuild
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for libx86
-
-# Written by Murat D. Kadirov <banderols@gmail.com>
-
-PRGNAM=libx86
-VERSION=${VERSION:-1.1}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-make
-make install DESTDIR=$PKG
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a debian/changelog debian/copyright $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/development/libx86/libx86.info b/development/libx86/libx86.info
deleted file mode 100644
index 9a7530ac54..0000000000
--- a/development/libx86/libx86.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="libx86"
-VERSION="1.1"
-HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86/"
-DOWNLOAD="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-1.1.tar.gz"
-MD5SUM="41bee1f8e22b82d82b5f7d7ba51abc2a"
-MAINTAINER="Murat D. Kadirov"
-EMAIL="banderols@gmail.com"
-APPROVED="David Somero"
diff --git a/development/libx86/slack-desc b/development/libx86/slack-desc
deleted file mode 100644
index 8281085e6f..0000000000
--- a/development/libx86/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler--------------------------------------------|
-libx86: libx86 (hardware-independent library)
-libx86:
-libx86: libx86 - a hardware-independent library for executing
-libx86: real-mode x86 code
-libx86:
-libx86:
-libx86:
-libx86:
-libx86:
-libx86:
-libx86: