summaryrefslogtreecommitdiff
path: root/manualPorts/libunistring/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/libunistring/Pkgfile')
-rw-r--r--manualPorts/libunistring/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/libunistring/Pkgfile b/manualPorts/libunistring/Pkgfile
new file mode 100644
index 0000000..fbd13e0
--- /dev/null
+++ b/manualPorts/libunistring/Pkgfile
@@ -0,0 +1,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=0.9.10
+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
+}