
Receipt for package "xorg-xbitmaps"
# SliTaz package receipt. PACKAGE="xorg-xbitmaps" VERSION="1.1.2" CATEGORY="development" SHORT_DESC="Development files for X (bitmaps)." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" SOURCE="xbitmaps" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/data/$TARBALL" DEPENDS="xorg-util-macros" BUILD_DEPENDS="xorg-util-macros" HOST_ARCH="i486 arm x86_64" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)