Receipt for package "libbsd"
# SliTaz package receipt. PACKAGE="libbsd" VERSION="0.10.0" CATEGORY="development" SHORT_DESC="Provides useful functions commonly found on BSD systems." MAINTAINER="claudinei@slitaz.org" LICENSE="BSD MIT" WEB_SITE="https://libbsd.freedesktop.org/wiki/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL" HOST_ARCH="i486 arm" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)