You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.eb...

26 lines
531 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit gnustep-2
DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
RDEPEND="net-fs/samba"
DEPEND="${DEPEND}
virtual/pkgconfig"
S="${WORKDIR}/${PN}"
src_compile() {
egnustep_env
egnustep_make AUXILIARY_CPPFLAGS="$(pkg-config --cflags smbclient)"
}