wok-6.x annotate shellinabox/receipt @ rev 16985
caja: Remove copy all share folder command.
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Aug 07 23:04:24 2014 -0300 (2014-08-07) |
parents | 1baa4a804224 |
children | d32cd5bcfcf1 |
rev | line source |
---|---|
pascal@8253 | 1 # SliTaz package receipt. |
pascal@8253 | 2 |
pascal@8253 | 3 PACKAGE="shellinabox" |
pascal@8253 | 4 VERSION="2.10" |
pascal@8253 | 5 CATEGORY="network" |
pascal@8253 | 6 SHORT_DESC="Ajax web based terminal emulator." |
pascal@8253 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15587 | 8 LICENSE="GPL2" |
pascal@8253 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@8253 | 10 WEB_SITE="http://$PACKAGE.googlecode.com/" |
pascal@8253 | 11 WGET_URL="${WEB_SITE}files/$TARBALL" |
pascal@15587 | 12 TAGS="web application" |
pascal@15587 | 13 |
pascal@8253 | 14 DEPENDS="zlib" |
pascal@8253 | 15 BUILD_DEPENDS="zlib-dev" |
pascal@8253 | 16 |
pascal@8253 | 17 # Rules to configure and make the package. |
pascal@8253 | 18 compile_rules() |
pascal@8253 | 19 { |
pascal@8253 | 20 cd $src |
pascal@8254 | 21 ./configure --prefix=/usr \ |
pascal@8253 | 22 --mandir=/usr/share/man \ |
pascal@8253 | 23 $CONFIGURE_ARGS && |
pascal@8253 | 24 make && |
pascal@15587 | 25 make DESTDIR=$DESTDIR install |
pascal@8253 | 26 } |
pascal@8253 | 27 |
pascal@8253 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@8253 | 29 genpkg_rules() |
pascal@8253 | 30 { |
pascal@8253 | 31 mkdir -p $fs/usr/bin |
pascal@15587 | 32 cp -a $install/usr/bin $fs/usr |
pascal@8253 | 33 } |