
Receipt for package "libsde-utils"
# SliTaz package receipt. PACKAGE="libsde-utils" VERSION="0.1.0-r1" CATEGORY="development" SHORT_DESC="SDE C Utility Library" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" WEB_SITE="https://github.com/sde-gui/libsde-utils" TARBALL="$PACKAGE-$VERSION.zip" WGET_URL="https://github.com/sde-gui/libsde-utils/archive/refs/tags/$VERSION.zip" DEPENDS="glib glibc-base" BUILD_DEPENDS="git cmake glib-dev libtool automake file" # glib-2.0>=2.36 # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { rm -rf $src/.git # cmake -DCMAKE_INSTALL_PREFIX=/usr . && ./autogen.sh ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --enable-silent-rules \ --with-gnu-ld || return 1 make && 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 cp -a $install/* $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)