parent
5adf42459a
commit
07b4cb880b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/eselect/template
Normal file
17
srcpkgs/eselect/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue