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/media-libs/liblqr/liblqr-0.4.2.ebuild

25 lines
688 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblqr/liblqr-0.4.2.ebuild,v 1.1 2013/03/31 13:22:49 hwoarang Exp $
EAPI="5"
DESCRIPTION="An easy to use C/C++ seam carving library"
HOMEPAGE="http://liblqr.wikidot.com/"
SRC_URI="http://liblqr.wikidot.com/local--files/en:download-page/${PN}-1-${PV}.tar.bz2"
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc"
RDEPEND="dev-libs/glib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=$WORKDIR/${PN}-1-${PV}
src_configure() {
econf $(use_enable doc install-man)
}