description="libunistring is a library that provides functions for manipulating Unicode strings"
URL="http://www.gnu.org/software/bison/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=libunistring
version=1.3

source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)

build() {

cd $name-$version

./configure --prefix=/usr \
            --disable-static \
            --docdir=/usr/share/doc/libunistring-$version

make
make DESTDIR=$PKG install
}
