contrib/libunibreak/Pkgfile
2018-02-17 20:15:36 +01:00

18 lines
450 B
Plaintext

# Description: An implementation of the line breaking algorithm.
# URL: https://github.com/adah1972/libunibreak/
# Maintainer: Pedja, predivan at mts dot rs
# Depends on:
name=libunibreak
version=4.0
release=1
source=(https://github.com/adah1972/$name/releases/download/"$name"_${version//./_}/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}