PKGNAME=htslib
PKGSEC=science
PKGDEP="curl"
PKGDES="C library for high-throughput sequencing data formats"

ABSHADOW=no
ABTYPE=autotools
AUTOTOOLS_AFTER=(
    "--enable-plugins"
    "--enable-libcurl"
)
MAKE_AFTER=(
    "LIB_PERM=755"
)
