# SliTaz package receipt. PACKAGE="libcrypto-dev" VERSION="1.1.1w" CATEGORY="development" SHORT_DESC="General purpose cryptographic shared library devel files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://www.openssl.org/" HOST_ARCH="i486 arm" WANTED="openssl" DEPENDS="pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig cp -a $install/usr/lib/libcrypto*.a $fs/usr/lib cp -a $install/usr/lib/pkgconfig/libcrypto* $fs/usr/lib/pkgconfig }