summaryrefslogtreecommitdiff
path: root/manualPorts/libunistring/Pkgfile
blob: 0ae6ed137a8793956c1a0547ee2236ec58526cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Manipulate unicode and C strings according to the Unicode Standard.
# URL: http//www.gnu.org/software/libunistring
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on:

name=libunistring
version=1.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
    ./configure --prefix=/usr --mandir=/usr/share/man
    make
    make DESTDIR=$PKG install
    rm -rf $PKG/usr/share
    rm -rf $PKG/usr/info
}