
Receipt for package "opensp"
# SliTaz package receipt. PACKAGE="opensp" VERSION="1.5.2" CATEGORY="misc" SHORT_DESC="An implementation of DSSSL, a style language to format SGML or XML documents" MAINTAINER="remy.carel@free.fr" LICENSE="MIT" SOURCE="OpenSP" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://openjade.sourceforge.net" WGET_URL="$SF_MIRROR/openjade/opensp/$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="make gcc perl" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/openjade/files/opensp/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/opensp/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --disable-doc-build --disable-dtddecl \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/share/OpenSP $fs/usr/share }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)