summaryrefslogtreecommitdiff
path: root/manualPorts/libunistring/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/libunistring/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
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
+}