mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
automake: add tests.
This commit is contained in:
parent
e82cbd1779
commit
de97481196
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@ license="GPL-2"
|
||||||
homepage="https://www.gnu.org/software/automake"
|
homepage="https://www.gnu.org/software/automake"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
|
checksum=af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html
|
||||||
|
sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
||||||
|
make -j4 check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue