x2x-git: update to 20150531.
Moved to tarballs.
This commit is contained in:
parent
5968d57603
commit
57e8c90fdc
1 changed files with 8 additions and 11 deletions
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 'x2x-git'
|
# Template file for 'x2x-git'
|
||||||
pkgname=x2x-git
|
pkgname=x2x-git
|
||||||
version=20141123
|
version=20150531
|
||||||
revision=2
|
revision=1
|
||||||
|
_githash=375bf431aac5675352a16b516d42ed67dd1a3b3c
|
||||||
|
wrksrc="x2x-${_githash}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="git automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="libX11-devel libXext-devel libXtst-devel"
|
makedepends="libX11-devel libXext-devel libXtst-devel"
|
||||||
short_desc="Use mouse and keyboard from X display on another"
|
short_desc="Use mouse and keyboard from X display on another"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="https://github.com/jashandeep-sohi/x2x"
|
homepage="https://github.com/dottedmag/x2x"
|
||||||
|
distfiles="https://github.com/dottedmag/x2x/archive/${_githash}.tar.gz"
|
||||||
do_fetch() {
|
checksum=650c1f46b812b2e9beef032d86b20171a8e6d74354f59d1a0163d8a2882749a1
|
||||||
local url="git://github.com/jashandeep-sohi/x2x.git"
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh bootstrap.sh
|
sh bootstrap.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
mv $DESTDIR/usr/share/doc/{x2x,$pkgname}
|
mv $DESTDIR/usr/share/doc/{x2x,$pkgname}
|
||||||
|
|
Loading…
Reference in a new issue