
Receipt for package "obmenu"
# SliTaz package receipt. PACKAGE="obmenu" VERSION="1.0" CATEGORY="x-window" SHORT_DESC="Openbox menu editor." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://sourceforge.net/projects/obmenu/" WGET_URL="$SF_MIRROR/obmenu/$TARBALL" TAGS="openbox" DEPENDS="python pycairo pygobject pygtk libffi" BUILD_DEPENDS="python python-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/obmenu/files/obmenu/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/obmenu/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { python setup.py build python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/pixmaps cp -a $install/usr $fs cp $install/usr/share/obmenu/mnu48.png $fs/usr/share/pixmaps } post_install() { echo echo -n "Enabling configuration file..." cp "$1/home/tux/.config/openbox/menu.xml" "$1/root/.config/openbox" status } post_remove() { echo -n "Removing configuration files..." rm "$1/root/.config/openbox/menu.xml" status }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)