wok annotate adminer/receipt @ rev 15294

TeXmacs: remove util.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:29:34 2013 +0000 (2013-09-27)
parents 4aed2b24febc
children 372da2303ff1
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@13591 9 TARBALL="$PACKAGE-$VERSION.php"
pascal@13591 10 WEB_SITE="http://www.adminer.org/"
pascal@13591 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
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 }