diff options
Diffstat (limited to 'libxklavier/Pkgfile')
-rw-r--r-- | libxklavier/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libxklavier/Pkgfile b/libxklavier/Pkgfile deleted file mode 100644 index 1728579..0000000 --- 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 -# Run on: hicolor-icon-theme,iso-codes,libxml2,xorg-libx11 - -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 -} - |