mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
02bb5a85f8
commit
aae35f6a8c
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ do_configure() {
|
||||||
LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
|
LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
zlib-devel_package() {
|
zlib-devel_package() {
|
||||||
depends="zlib>=${version}_${revision}"
|
depends="zlib>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue