wok annotate adminer/receipt @ rev 14576

eet-dev: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:41:33 2013 +0200 (2013-05-25)
parents
children f4c22f009037
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@13591 8 TARBALL="$PACKAGE-$VERSION.php"
pascal@13591 9 WEB_SITE="http://www.adminer.org/"
pascal@13591 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13591 11
pascal@13591 12 DEPENDS="php"
pascal@13591 13 BUILD_DEPENDS=""
pascal@13591 14
pascal@13591 15 # Rules to configure and make the package.
pascal@13591 16 compile_rules()
pascal@13591 17 {
pascal@13591 18 cd $src
pascal@13591 19 }
pascal@13591 20
pascal@13591 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 22 genpkg_rules()
pascal@13591 23 {
pascal@13591 24 mkdir -p $fs/var/www/$PACKAGE
pascal@13591 25 cp $src/*.php $fs/var/www/$PACKAGE/index.php
pascal@13591 26 }