liblnk is a library to access the Windows Shortcut File (LNK) format.

This commit is contained in:
manu 2018-03-21 13:16:13 +00:00
parent 54b109afa1
commit 215b5135e1
6 changed files with 43 additions and 2 deletions

View file

@ -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

1
devel/liblnk/DESCR Normal file
View file

@ -0,0 +1 @@
liblnk is a library to access the Windows Shortcut File (LNK) format.

19
devel/liblnk/Makefile Normal file
View file

@ -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"

13
devel/liblnk/PLIST Normal file
View file

@ -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

6
devel/liblnk/distinfo Normal file
View file

@ -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

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2018,v 1.1462 2018/03/21 13:10:47 taca Exp $
$NetBSD: CHANGES-2018,v 1.1463 2018/03/21 13:16:13 manu Exp $
Changes to the packages collection and infrastructure in 2018:
@ -1980,3 +1980,4 @@ Changes to the packages collection and infrastructure in 2018:
Updated security/p5-Net-DNS-SEC to 1.05 [wiz 2018-03-21]
Updated sysutils/ruby-serverspec to 2.41.3 [taca 2018-03-21]
Updated security/ruby-nexpose to 7.2.0 [taca 2018-03-21]
Added devel/liblnk 20171101 [manu 2018-03-21]