# HG changeset patch # User Dominique Corbex # Date 1365323322 -7200 # Node ID 518637395492a5b127c44d8929dd982341fa2661 # Parent 770504092440c6de21c491a87a3cda6d58ca9f8b Add: terminology (0.3.0) diff -r 770504092440 -r 518637395492 terminology/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/terminology/receipt Sun Apr 07 10:28:42 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="terminology" +VERSION="0.3.0" +CATEGORY="base-system" +SHORT_DESC="Terminology is a new terminal emulator." +MAINTAINER="domcox@slitaz.org" +LICENSE="gpl" +WEB_SITE="http://www.enlightenment.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" + +DEPENDS="libelementary ethumb" +BUILD_DEPENDS="elementary-dev ethumb-dev glib-dev" + +# Rules to configure and make the package. +compile_rules() +{ + export LDFLAGS + ./configure \ + -with-maximum-log-level=1 \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}