diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-10-31 20:09:12 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-10-31 20:09:12 -0500 |
commit | ab1c3d80f05c58ba536a171b89cbaee718058180 (patch) | |
tree | 526a5a44e7f5165c6a2e39ae2969e04ff49711ce /libestr/Pkgfile | |
parent | 087bbfc60b431c1146251a56469aa3e4771f60e6 (diff) | |
download | opt-ab1c3d80f05c58ba536a171b89cbaee718058180.tar.gz opt-ab1c3d80f05c58ba536a171b89cbaee718058180.tar.xz |
libestr: initial import, version 0.1.10
Diffstat (limited to 'libestr/Pkgfile')
-rw-r--r-- | libestr/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libestr/Pkgfile b/libestr/Pkgfile new file mode 100644 index 000000000..1d2213827 --- /dev/null +++ b/libestr/Pkgfile @@ -0,0 +1,15 @@ +# Description: some essentials for string handling (and a bit more) +# URL: http://libestr.adiscon.com/ +# Maintainer: Matt Housh, jaeger at crux dot ninja + +name=libestr +version=0.1.10 +release=1 +source=(http://libestr.adiscon.com/files/download/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |