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/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild

34 lines
680 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Library to provide file system information"
HOMEPAGE="http://www.marcuscom.com"
SRC_URI="http://www.marcuscom.com/downloads/${PF}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86-fbsd"
IUSE="static"
DEPEND=""
RDEPEND=""
src_compile() {
make E="@echo" RANLIB=ranlib AR=ar Q=@
}
src_install() {
dodir /usr/share/pkgconfig
insinto /usr/share/pkgconfig
doins libvolume_id.pc
insinto /usr/include
doins libvolume_id.h
insinto /usr
dolib libvolume_id.so.0
dosym libvolume_id.so.0 /usr/lib/libvolume_id.so
use static && dolib libvolume_id.a
}