summaryrefslogtreecommitdiffstats
path: root/xfprint/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-07-31 15:49:45 +0200
committerpiernov <piernov@piernov.org>2012-08-07 23:23:56 +0200
commit625801fa27b223ea05e294048372cf9a24c8f92b (patch)
tree058070503595913e5d17154d1d8df819f5894f15 /xfprint/Pkgfile
parentf7d11f051e9b651540484f5cdd8fdeb1ba2e9004 (diff)
downloadnutyx-extra-625801fa27b223ea05e294048372cf9a24c8f92b.tar.gz
nutyx-extra-625801fa27b223ea05e294048372cf9a24c8f92b.tar.bz2
nutyx-extra-625801fa27b223ea05e294048372cf9a24c8f92b.tar.xz
nutyx-extra-625801fa27b223ea05e294048372cf9a24c8f92b.zip
xfprint obsolete
(cherry picked from commit 5ed7ef67a0b9e633f4e6494a12c5e412fc195abd)
Diffstat (limited to 'xfprint/Pkgfile')
-rwxr-xr-xxfprint/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/xfprint/Pkgfile b/xfprint/Pkgfile
deleted file mode 100755
index e444a22a7..000000000
--- a/xfprint/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Gestionnaire d'imprimantes d'Xfce
-# URL: http://www.xfce.org/projects/xfprint/
-# Maintainer: NuTyX core team
-# Packager: tnut at nutyx dot com
-# Depends on: a2ps, cups, xfce4-panel,libxfcegui4
-# Run on: a2ps,cups,xfce4-panel,libxfcegui4
-
-name=xfprint
-version=4.6.1
-release=2
-source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --with-printcap=/etc/printcap \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --enable-cups \
- --enable-bsdlpr \
- --disable-static
- make
- make DESTDIR=$PKG install
-}
-