summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2015-05-01 18:08:48 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2015-05-01 18:08:48 +0900
commit8158a83bff92293fee5a14edeff2b49b694ea168 (patch)
treee4c5d5fb69bee6b19ada86a6d91f7ed24ff65d45
parent30cdab8c9f01db6d0884d9151bfedf758a4b868b (diff)
downloadopt-8158a83bff92293fee5a14edeff2b49b694ea168.tar.gz
opt-8158a83bff92293fee5a14edeff2b49b694ea168.tar.xz
uid_wrapper: initial import version 1.1.0
-rw-r--r--uid_wrapper/.footprint14
-rw-r--r--uid_wrapper/.md5sum1
-rw-r--r--uid_wrapper/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/uid_wrapper/.footprint b/uid_wrapper/.footprint
new file mode 100644
index 000000000..33348e977
--- /dev/null
+++ b/uid_wrapper/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cmake/
+drwxr-xr-x root/root usr/lib/cmake/uid_wrapper/
+-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake
+-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config.cmake
+lrwxrwxrwx root/root usr/lib/libuid_wrapper.so -> libuid_wrapper.so.0
+lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.3
+-rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.3
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/uid_wrapper.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/uid_wrapper.1.gz
diff --git a/uid_wrapper/.md5sum b/uid_wrapper/.md5sum
new file mode 100644
index 000000000..7289e5099
--- /dev/null
+++ b/uid_wrapper/.md5sum
@@ -0,0 +1 @@
+097385bb018d4f3e521a176e9e6d3f07 uid_wrapper-1.1.0.tar.gz
diff --git a/uid_wrapper/Pkgfile b/uid_wrapper/Pkgfile
new file mode 100644
index 000000000..9558eb774
--- /dev/null
+++ b/uid_wrapper/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Wrapper for Unix user and group functions
+# URL: https://cwrap.org/uid_wrapper.html
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on:
+
+name=uid_wrapper
+version=1.1.0
+release=1
+source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz)
+
+build() {
+
+ mkdir build; cd build
+
+ cmake ../$name-$version \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DMAN_INSTALL_DIR=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit