summaryrefslogtreecommitdiff
path: root/gpm/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /gpm/Pkgfile
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'gpm/Pkgfile')
-rw-r--r--gpm/Pkgfile32
1 files changed, 0 insertions, 32 deletions
diff --git a/gpm/Pkgfile b/gpm/Pkgfile
deleted file mode 100644
index cd00e468a..000000000
--- a/gpm/Pkgfile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Packager: Eduardo Lopes <eduol@gmx.net>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Description: Console mouse server
-# URL: none
-
-name=gpm
-version=1.20.1
-release=5
-source="
- ftp://arcana.linux.it/pub/gpm/$name-$version.tar.bz2
- gpm-1.20.0-nodebug.patch
- gpm-1.20.1-no-dumb-error-messages.patch
- gpm-1.20.1-liblow-segv.patch
- $name.initfile
-"
-
-build ()
-{
- cd $name-$version
- # idiots
- sed -i 's/^MAKEINFO.*/MAKEINFO = no/;/^EMACS.*/d' Makefile.include.in
- # idiots, emacs gpm support is included in emacs. xterm-mouse-mode
- sed -i 's/EMACS=.*/EMACS=:/;s/ELISP=.*/ELISP=/' configure
- patch -p1 < $SRC/gpm-1.20.0-nodebug.patch
- patch -p1 < $SRC/gpm-1.20.1-no-dumb-error-messages.patch
- patch -p1 < $SRC/gpm-1.20.1-liblow-segv.patch
- ./configure --prefix=/usr
- make LDFLAGS='-lm'
- make install ROOT=$PKG
- rm -rf $PKG/usr/{info,etc}
- install -D $SRC/$name.initfile -m 755 $PKG/etc/rc.d/$name
-}

Generated by cgit