diff options
author | manu <manu@pkgsrc.org> | 2018-03-21 13:16:13 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2018-03-21 13:16:13 +0000 |
commit | 2560673952d4c67045bb20b757f315ba447a7517 (patch) | |
tree | 94cfb4303ff6e1775945d86f32ae76685c3aacc0 /devel | |
parent | 68cd43c4c4d558fe3449b118f1f56bb78c722917 (diff) | |
download | pkgsrc-2560673952d4c67045bb20b757f315ba447a7517.tar.gz |
liblnk is a library to access the Windows Shortcut File (LNK) format.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/liblnk/DESCR | 1 | ||||
-rw-r--r-- | devel/liblnk/Makefile | 19 | ||||
-rw-r--r-- | devel/liblnk/PLIST | 13 | ||||
-rw-r--r-- | devel/liblnk/distinfo | 6 |
5 files changed, 41 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index ebb33472dc8..6db725d4151 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2648 2018/03/21 10:24:36 taca Exp $ +# $NetBSD: Makefile,v 1.2649 2018/03/21 13:16:13 manu Exp $ # COMMENT= Development utilities @@ -594,6 +594,7 @@ SUBDIR+= libjudy SUBDIR+= libkgapi SUBDIR+= libkomparediff2 SUBDIR+= liblangtag +SUBDIR+= liblnk SUBDIR+= libltdl SUBDIR+= libmaa SUBDIR+= libmatchbox diff --git a/devel/liblnk/DESCR b/devel/liblnk/DESCR new file mode 100644 index 00000000000..6e4aeae30ae --- /dev/null +++ b/devel/liblnk/DESCR @@ -0,0 +1 @@ +liblnk is a library to access the Windows Shortcut File (LNK) format. diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile new file mode 100644 index 00000000000..a02b1947b54 --- /dev/null +++ b/devel/liblnk/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2018/03/21 13:16:13 manu Exp $ + +DISTNAME= liblnk-alpha-20171101 +PKGNAME= liblnk +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=libyal/} +GITHUB_RELEASE= 20171101 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/libyal/liblnk/wiki +COMMENT= Library to handle Windows .lnk shortcuts +LICENSE= gnu-lgpl-v3 + +WRKSRC= ${WRKDIR}/liblnk-20171101 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/liblnk/PLIST b/devel/liblnk/PLIST new file mode 100644 index 00000000000..008d7d367d9 --- /dev/null +++ b/devel/liblnk/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2018/03/21 13:16:13 manu Exp $ +bin/lnkinfo +include/liblnk.h +include/liblnk/codepage.h +include/liblnk/definitions.h +include/liblnk/error.h +include/liblnk/extern.h +include/liblnk/features.h +include/liblnk/types.h +lib/liblnk.la +lib/pkgconfig/liblnk.pc +man/man1/lnkinfo.1 +man/man3/liblnk.3 diff --git a/devel/liblnk/distinfo b/devel/liblnk/distinfo new file mode 100644 index 00000000000..11ca6f469f5 --- /dev/null +++ b/devel/liblnk/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/21 13:16:13 manu Exp $ + +SHA1 (liblnk-alpha-20171101.tar.gz) = 0a5a0e1562c83620ed35fe25dccc480351d0af32 +RMD160 (liblnk-alpha-20171101.tar.gz) = 1a368e20c0de30fff977bc55f4a7d84859eec756 +SHA512 (liblnk-alpha-20171101.tar.gz) = 03e985b35ce0fd604f919494ac7183c7139564e035e279e14eb07ed6bd7f9608645d8b20c2d2391e135be4b5c949893fdb0814aff691cd5752863f17e21e748a +Size (liblnk-alpha-20171101.tar.gz) = 1479690 bytes |