wok annotate adminer/receipt @ rev 16241

adminer, autoblog, kriss_feed, sudoku: browsers should not execute TARBALL on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 03 07:07:55 2014 +0000 (2014-04-03)
parents f4c22f009037
children d5c42cc6f5a7
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="adminer"
pascal@13591 4 VERSION="3.3.4"
pascal@13591 5 CATEGORY="misc"
pascal@13591 6 SHORT_DESC="Database management in a single PHP file."
pascal@13591 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
pascal@16241 9 TARBALL="$PACKAGE-$VERSION"
pascal@13591 10 WEB_SITE="http://www.adminer.org/"
pascal@16241 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL.php"
pascal@13591 12
pascal@13591 13 DEPENDS="php"
pascal@13591 14 BUILD_DEPENDS=""
pascal@13591 15
pascal@13591 16 # Rules to configure and make the package.
pascal@13591 17 compile_rules()
pascal@13591 18 {
pascal@13591 19 cd $src
pascal@13591 20 }
pascal@13591 21
pascal@13591 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 23 genpkg_rules()
pascal@13591 24 {
pascal@13591 25 mkdir -p $fs/var/www/$PACKAGE
pascal@13591 26 cp $src/*.php $fs/var/www/$PACKAGE/index.php
pascal@13591 27 }