contrib/gpm/Pkgfile

37 lines
856 B
Plaintext
Raw Normal View History

2008-01-02 07:04:33 +01:00
# Description: Console mouse server.
# URL: http://unix.schottelius.org/gpm/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-01-02 07:04:33 +01:00
# Packager: Han Boetes, han at mijncomputer dot nl
name=gpm
2009-02-13 11:55:04 +01:00
version=1.20.6
2008-01-02 07:04:33 +01:00
release=1
2010-03-27 13:26:25 +01:00
source=(http://www.nico.schottelius.org/software/gpm/archives/gpm-$version.tar.bz2
2009-02-13 11:55:04 +01:00
gpm-1.20.5-nodebug.patch
gpm-1.20.5-no-dumb-error-messages.patch
gpm-1.20.5-make-install-fixes.patch
2008-01-02 07:04:33 +01:00
gpm.rc)
build() {
cd gpm-$version
2009-02-13 11:55:04 +01:00
patch -p 1 -i $SRC/gpm-1.20.5-nodebug.patch
patch -p 1 -i $SRC/gpm-1.20.5-no-dumb-error-messages.patch
patch -p 1 -i $SRC/gpm-1.20.5-make-install-fixes.patch
2008-01-02 07:04:33 +01:00
2008-05-08 12:16:08 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man
2008-01-02 07:04:33 +01:00
2008-06-17 02:32:52 +02:00
make
2008-01-02 07:04:33 +01:00
make ROOT=$PKG install
2008-06-17 02:32:52 +02:00
ln -s libgpm.so.2.1.0 $PKG/usr/lib/libgpm.so
2008-05-30 15:13:10 +02:00
install -m 0755 -D $SRC/gpm.rc $PKG/etc/rc.d/gpm
2008-05-08 12:16:08 +02:00
rm -r $PKG/usr/share/info
rmdir $PKG/usr/etc
rmdir $PKG/usr/share
2008-01-02 07:04:33 +01:00
}