wok view terminology/receipt @ rev 14479

gst-ffmpeg: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:41:48 2013 +0200 (2013-05-02)
parents 518637395492
children 01010da01a4a
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.3.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Terminology is a new terminal emulator."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="gpl"
9 WEB_SITE="http://www.enlightenment.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
13 DEPENDS="elementary"
14 BUILD_DEPENDS="elementary-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export LDFLAGS
20 ./configure \
21 -with-maximum-log-level=1 \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }