summaryrefslogtreecommitdiffstats
path: root/extra/gpm/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-20 15:40:52 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-20 15:40:52 +0200
commitaf7e0f49dd1aaeec5162d6460b87f72590c22b70 (patch)
tree3972ac5d6071caf5b4ff7398e9bfa08b8b5a58c9 /extra/gpm/Pkgfile
parent0f1a50bc80f64a6b0983d32e8e0d5385c3549561 (diff)
downloadnutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.gz
nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.bz2
nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.xz
nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.zip
gpm dans base
Diffstat (limited to 'extra/gpm/Pkgfile')
-rwxr-xr-xextra/gpm/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/gpm/Pkgfile b/extra/gpm/Pkgfile
deleted file mode 100755
index 236667e75..000000000
--- a/extra/gpm/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Demon pour la souris pour console et X terminal.
-# URL: http://unix.schottelius.org/gpm
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=gpm
-version=1.20.6
-release=1
-source=(http://www.nico.schottelius.org/software/$name/archives/$name-$version.tar.bz2)
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --enable-cxx \
- --enable-mpbsd
- LDFLAGS="-lm" make
- make ROOT=$PKG install
- ln -sv libgpm.so.2.1.0 $PKG/usr/lib/libgpm.so.1
- ln -sv libgpm.so.2.1.0 $PKG/usr/lib/libgpm.so
- cp -v conf/gpm-root.conf $PKG/etc
-}