18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'eselect'
|
|
pkgname=eselect
|
|
version=1.4.13
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
depends="bash"
|
|
short_desc="Modular configuration framework for Gentoo systems"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://wiki.gentoo.org/wiki/Project:Eselect"
|
|
distfiles="https://gitweb.gentoo.org/proj/eselect.git/snapshot/eselect-${version}.tar.gz"
|
|
checksum=fedb799b4d7ac00b9e51f32250cf0aa2865468f8701666edd125cd7d5dffd208
|
|
|
|
pre_configure() {
|
|
./autogen.bash
|
|
}
|