parent
71d8054da2
commit
35c7b4d153
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'fribidi'
|
||||
pkgname=fribidi
|
||||
version=0.19.7.20171205
|
||||
version=1.0.1
|
||||
revision=1
|
||||
_c2man_version=2.41
|
||||
_gitrev=0efbaa9052320a951823a6e776b30a580e3a2b4e
|
||||
wrksrc=fribidi-${_gitrev}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libglib-devel"
|
||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
homepage="http://fribidi.org/"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="https://github.com/fribidi/fribidi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=3bc7b61bbe1194828159feb5d3151cca9647d102f13b84e320cf040640ba2449
|
||||
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
|
||||
checksum=243d88a45e94facfdd06d51a83849a6256b60f9db0b8d491027bea6a8cabef0b
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p m4
|
||||
NOCONFIGURE=1 autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue