summaryrefslogtreecommitdiff
path: root/libunistring/Pkgfile
blob: 988c6ca564b977322976ff77e391a72605840274 (plain)
    1 # Description: Functions for manipulating Unicode strings and C strings.
    2 # URL: https://www.gnu.org/software/libunistring/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 
    5 name=libunistring
    6 version=1.1
    7 release=1
    8 source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
    9 
   10 build() {
   11 	cd $name-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 
   18 	rm -r $PKG/usr/share/{doc,info}
   19 }

Generated by cgit