mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
ad7b225cfa
commit
0cc79112df
1 changed files with 12 additions and 7 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'libunibreak'
|
# Template file for 'libunibreak'
|
||||||
pkgname=libunibreak
|
pkgname=libunibreak
|
||||||
version=4.1
|
version=4.3
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}_${version/./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="An implementation of the Unicode line breaking algorithm"
|
hostmakedepends="automake libtool"
|
||||||
|
short_desc="Implementation of the Unicode line breaking algorithm"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="zlib-acknowledgement"
|
license="zlib-acknowledgement"
|
||||||
homepage=https://fbreader.org/content/fbreader-beta-linux-desktop""
|
homepage="https://github.com/adah1972/libunibreak"
|
||||||
distfiles="https://github.com/adah1972/libunibreak/releases/download/${pkgname}_${version/./_}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/adah1972/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz"
|
||||||
checksum=819a9884878827d2df876b48bdb2c40919133846ddb141e1be4bac4679dc8fb8
|
checksum=68ec132550ee261a9d880b8bcad059d0d30035f4a9119975c30c0eff4fa309a7
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -vfi
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# tests require wget and downloading from somewhere
|
: # tests require wget and downloading from somewhere
|
||||||
:
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libunibreak-devel_package() {
|
libunibreak-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue