wok-6.x annotate evilvte/receipt @ rev 5214
Up: evilvte (0.4.6)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Apr 06 22:45:58 2010 +0000 (2010-04-06) |
parents | f6fb8ef6268e |
children | 1a5661e863c0 |
rev | line source |
---|---|
jozee@4949 | 1 # SliTaz package receipt. |
jozee@4949 | 2 |
jozee@4949 | 3 PACKAGE="evilvte" |
devl547@5214 | 4 VERSION="0.4.6" |
jozee@4949 | 5 CATEGORY="utilities" |
jozee@4949 | 6 SHORT_DESC="VTE based, highly customizable terminal emulator" |
devl547@5214 | 7 MAINTAINER="devl547@gmail.com" |
devl547@5214 | 8 TARBALL="evilvte-0.4.6.tar.gz" |
jozee@4949 | 9 WEB_SITE="http://www.calno.com/evilvte/" |
jozee@4949 | 10 WGET_URL="http://www.calno.com/evilvte/$TARBALL" |
jozee@4949 | 11 DEPENDS="vte gtk+" |
jozee@4949 | 12 BUILD_DEPENDS="vte vte-dev gtk+-dev xorg-libXtst-dev" |
jozee@4949 | 13 |
jozee@4949 | 14 # Rules to configure and make the package. |
jozee@4949 | 15 compile_rules() |
jozee@4949 | 16 { |
devl547@5214 | 17 cd $src |
devl547@5214 | 18 ./configure --prefix=/usr && |
devl547@5214 | 19 make && |
devl547@5214 | 20 make DESTDIR=$PWD/_pkg install |
jozee@4949 | 21 } |
jozee@4949 | 22 |
jozee@4949 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4949 | 24 genpkg_rules() |
jozee@4949 | 25 { |
devl547@5214 | 26 mkdir -p $fs/usr/share |
devl547@5214 | 27 cp -a $_pkg/usr/bin $fs/usr |
devl547@5214 | 28 cp -a $_pkg/usr/share/applications $fs/usr/share |
devl547@5214 | 29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share |
jozee@4949 | 30 } |