Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
packages
gpm
Commits
113c05a3
Commit
113c05a3
authored
May 12, 2013
by
Eric Bélanger
Browse files
Move binaries in /usr/sbin to /usr/bin, Clean up depends
parent
3db20b93
Changes
2
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
113c05a3
...
...
@@ -2,24 +2,24 @@
pkgname
=
gpm
pkgver
=
1.20.7
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"A mouse server for the console and xterm"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nico.schottelius.org/software/gpm/"
license
=(
'GPL'
)
depends
=(
'ncurses'
'bash'
)
depends
=(
'bash'
)
options
=(
'!makeflags'
)
install
=
gpm.install
source
=(
http://www.nico.schottelius.org/software/gpm/archives/
${
pkgname
}
-
${
pkgver
}
.tar.lzma
\
gpm.sh gpm.service
)
sha1sums
=(
'8d9f3655c80ce7667d31ede2a100b44986480369'
'88fe5ff10916c68a87abc8418a56eb0073f69fa9'
'
20b92360f0ad38a2032fcae37bdbd01b31e43f77
'
)
'
f9bde96eb9c78da9f225bcf40822647f6592cf23
'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
./autogen.sh
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--sbindir
=
/usr/bin
make
}
...
...
gpm.service
View file @
113c05a3
...
...
@@ -3,7 +3,7 @@ Description=Virtual console mouse server
[Service]
Type
=
forking
ExecStart
=
/usr/
s
bin/gpm -m /dev/input/mice -t imps2
ExecStart
=
/usr/bin/gpm -m /dev/input/mice -t imps2
[Install]
WantedBy
=
multi-user.target
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment