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/sys-apps/dnotify/dnotify-0.18.0.ebuild

27 lines
532 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Execute a command when the contents of a directory change"
HOMEPAGE="https://directory.fsf.org/project/dnotify/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~mips ppc -sparc x86"
IUSE="nls"
RDEPEND=""
DEPEND="nls? ( sys-devel/gettext )"
PATCHES=(
"${FILESDIR}/${P}-nls.patch"
"${FILESDIR}/${P}-glibc-212.patch"
)
src_configure() {
econf \
$(use_enable nls)
}