summaryrefslogtreecommitdiff
path: root/libunibreak/Pkgfile
blob: 421c4c3ab2298d43fe4473dbcdea8d00ede7926a (plain)
    1 # Description: An implementation of the line breaking algorithm.
    2 # URL: https://github.com/adah1972/libunibreak/
    3 # Maintainer: Pedja, predivan at mts dot rs
    4 # Depends on:
    5 
    6 name=libunibreak
    7 version=4.0
    8 release=1
    9 source=(https://github.com/adah1972/$name/releases/download/"$name"_${version//./_}/$name-$version.tar.gz)
   10 
   11 build () {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14         --disable-static
   15     make
   16     make DESTDIR=$PKG install
   17 }

Generated by cgit