mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
dev-libs/libpipeline: Sync with Gentoo
It's from Gentoo commit b1192dbf99f5cebbc8dd1fd80978dc8bdb57b29e.
This commit is contained in:
parent
45358699b2
commit
4c759f9738
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit libtool
|
||||
|
||||
DESCRIPTION="A pipeline manipulation library"
|
||||
HOMEPAGE="https://libpipeline.nongnu.org/"
|
||||
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
|
||||
@ -16,6 +18,11 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="test? ( dev-libs/check )"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user