
Receipt for package "mysql-test"
# SliTaz package receipt. PACKAGE="mysql-test" VERSION="5.5.27" CATEGORY="misc" SHORT_DESC="SQL database system tests and benchs." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.mysql.com/" WANTED="mysql" DEPENDS="mysql perl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/mysql-test $fs/usr/share/mysql-test cp -a $install/usr/sql-bench $fs/usr/share/sql-bench find $fs/usr/share/mysql-test $fs/usr/share/sql-bench -type d -exec chmod 2777 {} \; while read file; do dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $install$file $fs$file done < $wanted_stuff/$PACKAGE.files-list }
6011 packages and 861670 files in cooking database (Thu May 15 00:03:57 2025)