Import libxdg-basedir:
Various specifications specify files and file formats. The XDG Base Directory specification defines where these files should be looked for by defining one or more base directories relative to which files should be located. This library implements functions to list the directories according to the specification and provides a few higher-level functions for use with the specification.
This commit is contained in:
parent
d6507943e0
commit
69b6316686
5 changed files with 49 additions and 0 deletions
6
x11/libxdg-basedir/DESCR
Normal file
6
x11/libxdg-basedir/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Various specifications specify files and file formats. The XDG Base
|
||||
Directory specification defines where these files should be looked
|
||||
for by defining one or more base directories relative to which
|
||||
files should be located. This library implements functions to list
|
||||
the directories according to the specification and provides a few
|
||||
higher-level functions for use with the specification.
|
21
x11/libxdg-basedir/Makefile
Normal file
21
x11/libxdg-basedir/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libxdg-basedir-1.0.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
|
||||
COMMENT= XDG Base Directory library
|
||||
LICENSE= mit
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= pkgconfig/libxdg-basedir.pc.in
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
x11/libxdg-basedir/PLIST
Normal file
5
x11/libxdg-basedir/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
|
||||
include/basedir.h
|
||||
include/basedir_fs.h
|
||||
lib/libxdg-basedir.la
|
||||
lib/pkgconfig/libxdg-basedir.pc
|
12
x11/libxdg-basedir/buildlink3.mk
Normal file
12
x11/libxdg-basedir/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
|
||||
|
||||
BUILDLINK_TREE+= libxdg-basedir
|
||||
|
||||
.if !defined(LIBXDG_BASEDIR_BUILDLINK3_MK)
|
||||
LIBXDG_BASEDIR_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libxdg-basedir+= libxdg-basedir>=1.0.2
|
||||
BUILDLINK_PKGSRCDIR.libxdg-basedir?= ../../x11/libxdg-basedir
|
||||
.endif # LIBXDG_BASEDIR_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libxdg-basedir
|
5
x11/libxdg-basedir/distinfo
Normal file
5
x11/libxdg-basedir/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
|
||||
|
||||
SHA1 (libxdg-basedir-1.0.2.tar.gz) = 8c75931d0abcf7fefae50f22d06299ca1f06d1da
|
||||
RMD160 (libxdg-basedir-1.0.2.tar.gz) = d0794d8eb6c853c5ef80755df718450c81935754
|
||||
Size (libxdg-basedir-1.0.2.tar.gz) = 312855 bytes
|
Loading…
Reference in a new issue