mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
ois: update to 1.4.
Closes #14964. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3777161531
commit
26761bbe28
3 changed files with 36 additions and 38 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'ois'
|
# Template file for 'ois'
|
||||||
pkgname=ois
|
pkgname=ois
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=${pkgname}-v${version/./-}
|
wrksrc="OIS-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libXaw-devel"
|
makedepends="libXaw-devel"
|
||||||
short_desc="Object oriented input system"
|
short_desc="Object oriented input system"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="ZLIB"
|
license="Zlib"
|
||||||
homepage="http://sourceforge.net/projects/wgois/"
|
homepage="https://wgois.github.io/OIS/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/wgois/Source%20Release/${version}/${pkgname}_v${version/./-}.tar.gz"
|
distfiles="https://github.com/wgois/OIS/archive/v${version}.tar.gz"
|
||||||
checksum=50fa76d827e119a80e2c86a5196ac4354e556f80b0a4fa440f69e1057b37faa1
|
checksum=aaa9289a0cc0bffbb03e894b1d10e65eac14572a2282d539afe48aec1ae35c75
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
. bootstrap
|
. bootstrap
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ReadMe.txt
|
vlicense README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
ois-devel_package() {
|
ois-devel_package() {
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site=http://sourceforge.net/projects/wgois/rss?limit=200
|
|
||||||
pattern='Source Release/\K[\d]+\.[\d]+'
|
|
Loading…
Add table
Reference in a new issue