when OpenADK nfsroot is used for Gentoo installation, /dev/fd is required
[openadk.git] / package / libsecret / Makefile
blobd7491ba50adfce2ec0fa7980312220f5f89c5afb
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= libsecret
7 PKG_VERSION:= 0.18
8 PKG_RELEASE:= 2
9 PKG_HASH:= 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3
10 PKG_DESCR:= library for storing and retrieving passwords
11 PKG_SECTION:= libs/crypto
12 PKG_DEPENDS:= libgcrypt glib
13 PKG_BUILDDEP:= intltool-host libgcrypt glib
14 PKG_NEEDS:= intl
15 PKG_URL:= https://wiki.gnome.org/Libsecret
16 PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/libsecret/${PKG_VERSION}/
17 PKG_OPTS:= dev
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call PKG_template,LIBSECRET,libsecret,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 CONFIGURE_ARGS+= --enable-vala=no \
24 --disable-manpages \
25 --enable-gcrypt
27 libsecret-install:
28 $(INSTALL_DIR) $(IDIR_LIBSECRET)/usr/lib
29 $(CP) $(WRKINST)/usr/lib/libsecret*.so* \
30 $(IDIR_LIBSECRET)/usr/lib
32 include ${ADK_TOPDIR}/mk/pkg-bottom.mk