Receipt for package "gmrun"
# SliTaz package receipt. PACKAGE="gmrun" VERSION="0.9.2" CATEGORY="utilities" SHORT_DESC="Program launcher with autocompletion." MAINTAINER="rocky@slitaz.org" DEPENDS="gtk+ gcc-lib-base popt" BUILD_DEPENDS="gtk+-dev popt-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/gmrun" WGET_URL="$SF_MIRROR/gmrun/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$file || return 1 touch done.$file done <<EOT gmrun-0.9.2-gcc43.patch EOT ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && make install DESTDIR=$PWD/_pkg } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share $fs/usr cp $stuff/gmrunrc $fs/usr/share/gmrun }
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)