aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/cupsddk/README6
-rw-r--r--development/cupsddk/cupsddk.SlackBuild64
-rw-r--r--development/cupsddk/cupsddk.info8
-rw-r--r--development/cupsddk/slack-desc19
4 files changed, 0 insertions, 97 deletions
diff --git a/development/cupsddk/README b/development/cupsddk/README
deleted file mode 100644
index c8ae9123cfd4..000000000000
--- a/development/cupsddk/README
+++ /dev/null
@@ -1,6 +0,0 @@
-The CUPS Driver Development Kit (DDK) provides a suite of standard drivers, a
-PPD file compiler, and other utilities that can be used to develop printer
-drivers for CUPS and other printing environments. CUPS provides a portable
-printing layer for UNIX(R)-based operating systems. The CUPS DDK provides
-the means for mass-producing PPD files and drivers/filters for CUPS-based
-printer drivers.
diff --git a/development/cupsddk/cupsddk.SlackBuild b/development/cupsddk/cupsddk.SlackBuild
deleted file mode 100644
index 2dfbdfe5d9d6..000000000000
--- a/development/cupsddk/cupsddk.SlackBuild
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for cupsddk
-# Written by Iskar Enev <iskar.enev[@]gmail.com>
-
-PRGNAM=cupsddk
-VERSION=1.2.2
-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"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION
-tar -xjvf $CWD/$PRGNAM-$VERSION-source.tar.bz2 || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-# foo-fr.po is missing while it's needed at compile time and later for testing purposes.
-( cd ppdc ; ln -sf ../po/fr.po foo-fr.po )
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --with-docdir=/usr/doc/$PRGNAM-$VERSION \
- || exit 1
-
-make || exit 1
-make BUILDROOT=$PKG install || exit 1
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/share/pixmaps/$PRGNAM
-cp -a icons/* $PKG/usr/share/pixmaps/$PRGNAM
-
-cp -a *.txt *.html doc/*.html doc/*.xml doc/*.pdf doc/*.book doc/images \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a examples/* $PKG/usr/doc/$PRGNAM-$VERSION/examples
-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/cupsddk/cupsddk.info b/development/cupsddk/cupsddk.info
deleted file mode 100644
index e13a8afae93c..000000000000
--- a/development/cupsddk/cupsddk.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="cupsddk"
-VERSION="1.2.2"
-HOMEPAGE="http://www.cups.org/ddk/"
-DOWNLOAD="http://ftp.easysw.com/pub/cupsddk/1.2.2/cupsddk-1.2.2-source.tar.bz2"
-MD5SUM="2fca7f28798aac33935e4a0450f9351c"
-MAINTAINER="Iskar Enev"
-EMAIL="iskar.enev@gmail.com"
-APPROVED="rworkman"
diff --git a/development/cupsddk/slack-desc b/development/cupsddk/slack-desc
deleted file mode 100644
index 51bb13cc9ee9..000000000000
--- a/development/cupsddk/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---------------------------------------------------------|
-cupsddk: cupsddk (CUPS Driver Development Kit)
-cupsddk:
-cupsddk: The CUPS Driver Development Kit (DDK) provides a suite of standard
-cupsddk: drivers, a PPD file compiler, and other utilities that can be used to
-cupsddk: develop printer drivers for CUPS and other printing environments. CUPS
-cupsddk: provides a portable printing layer for UNIX®-based operating systems.
-cupsddk: The CUPS DDK provides the means for mass-producing PPD files and
-cupsddk: drivers/filters for CUPS-based printer drivers.
-cupsddk:
-cupsddk:
-cupsddk: