
Receipt for package "liboil"
# SliTaz package receipt. PACKAGE="liboil" VERSION="0.3.17" CATEGORY="development" SHORT_DESC="Library of simple functions that are optimized for various CPUs" MAINTAINER="jozee@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://liboil.freedesktop.org/download/" WGET_URL="$WEB_SITE/$TARBALL" DEPENDS="" BUILD_DEPENDS="glibc-base glibc-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS make 2>&1 | grep -v "cmp: liboilarray.c:" make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib/ }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)