pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add libstubborn 0.1
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Sat Jan 23 22:33:03 2021 +0200
Changeset: 64e23d5b9d709bce402e2ee4834e59f636252ae8
Added Files:
libstubborn/DESCR
libstubborn/Makefile
libstubborn/PLIST
libstubborn/distinfo
Log Message:
Add libstubborn 0.1
header-only library to provide generic and some application-specific
stub functions
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64e23d5b9d709bce402e2ee4834e59f636252ae8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libstubborn/DESCR | 2 ++
libstubborn/Makefile | 26 ++++++++++++++++++++++++++
libstubborn/PLIST | 3 +++
libstubborn/distinfo | 6 ++++++
4 files changed, 37 insertions(+)
diffs:
diff --git a/libstubborn/DESCR b/libstubborn/DESCR
new file mode 100644
index 0000000000..9e7cf8858e
--- /dev/null
+++ b/libstubborn/DESCR
@@ -0,0 +1,2 @@
+header-only library to provide generic and some application-specific
+stub functions
diff --git a/libstubborn/Makefile b/libstubborn/Makefile
new file mode 100644
index 0000000000..d1dbbe5b75
--- /dev/null
+++ b/libstubborn/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT= libstubborn
+GITHUB_TAG= 0.1
+DISTNAME= 0.1
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= # TODO: add primary category
+MASTER_SITES= ${MASTER_SITE_GITHUB:=rfht/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rfht/libstubborn/
+COMMENT= library of generic stub functions
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}/libstubborn-0.1
+
+INSTALLATION_DIRS+= lib
+
+do-install:
+ cd ${WRKSRC}; \
+ ${LN} -sf libstubborn.so.0.0 libstubborn.so
+ ${INSTALL_DATA} ${WRKSRC}/libstubborn.so* \
+ ${DESTDIR}${PREFIX}/lib/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libstubborn/PLIST b/libstubborn/PLIST
new file mode 100644
index 0000000000..57a07fb48c
--- /dev/null
+++ b/libstubborn/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+lib/libstubborn.so
+lib/libstubborn.so.0.0
diff --git a/libstubborn/distinfo b/libstubborn/distinfo
new file mode 100644
index 0000000000..7c6f0f32e6
--- /dev/null
+++ b/libstubborn/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libstubborn/0.1.tar.gz) = 5650f1976bcb6b6d92a4d66afdc8fdc002f73423
+RMD160 (libstubborn/0.1.tar.gz) = 53eb1785a03e72e8fa0d0e44221b5df09853d52a
+SHA512 (libstubborn/0.1.tar.gz) = 6d69581340bb91bc3906cacc953e74b460ad5e6eabdabe4a8b0b3043d5717c36bb91ad1418f546f3b4e5df97b730a5410ed5d15045c6cfb7daea99f0cc0a4033
+Size (libstubborn/0.1.tar.gz) = 1462 bytes
Home |
Main Index |
Thread Index |
Old Index