Merge pull request #15 from davehome/master
libtool: Add build dep: sed
This commit is contained in:
commit
90197e0825
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'libtool'
|
# Template build file for 'libtool'
|
||||||
pkgname=libtool
|
pkgname=libtool
|
||||||
version=2.4
|
version=2.4
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Generic library support"
|
short_desc="Generic library support"
|
||||||
|
@ -17,3 +18,4 @@ Add_dependency run glibc
|
||||||
Add_dependency run tar
|
Add_dependency run tar
|
||||||
Add_dependency run sed
|
Add_dependency run sed
|
||||||
Add_dependency build xz
|
Add_dependency build xz
|
||||||
|
Add_dependency build sed
|
||||||
|
|
Loading…
Reference in New Issue