summaryrefslogtreecommitdiffstats
path: root/libxklavier/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 18:08:17 +0000
committerpiernov <piernov@piernov.org>2012-05-13 18:08:17 +0000
commitafddc82f7f0c7f2f0f6c45c5005c6cafe99e4cca (patch)
tree2d81e4a8c55741c422330033a28d2a37b101fef7 /libxklavier/Pkgfile
parent59cc0e40a487d0f798748959f779b4d76380128f (diff)
downloadnutyx-pakxe-afddc82f7f0c7f2f0f6c45c5005c6cafe99e4cca.tar.gz
nutyx-pakxe-afddc82f7f0c7f2f0f6c45c5005c6cafe99e4cca.tar.bz2
nutyx-pakxe-afddc82f7f0c7f2f0f6c45c5005c6cafe99e4cca.tar.xz
nutyx-pakxe-afddc82f7f0c7f2f0f6c45c5005c6cafe99e4cca.zip
Revert "libxklavier, ajout"
This reverts commit d72faeb886b396e8157771da3815bfeac49f9e1d.
Diffstat (limited to 'libxklavier/Pkgfile')
-rw-r--r--libxklavier/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/libxklavier/Pkgfile b/libxklavier/Pkgfile
deleted file mode 100644
index cbcd0ad19..000000000
--- a/libxklavier/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Utilitaire pour le clavier sous X
-# URL: http://www.freedesktop.org/wiki/Software/LibXklavier
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: hicolor-icon-theme, iso-codes, libxml2, xorg-libx11, glib
-# Run on: hicolor-icon-theme,iso-codes,libxml2,xorg-libx11,glib
-
-name=libxklavier
-version=5.1
-release=1
-source=( http://ftp.gnome.org/pub/GNOME/sources/libxklavier/$version/$name-$version.tar.bz2)
-
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
-}
-