[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/mysqlcc/mysqlcc.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] MySQL Control Center [T] MySQL is a SQL (Structured Query Language) database server. [T] This is a nice frontend-tool for MySQL [U] https://www.mysql.com/ [A] User List {Support List} [M] Rene Rebe [C] extra/database [L] GPL [S] Stable [V] 0.9.4 [P] O -----5---9 173.800 [D] 9dfdc708fa554c6ff7dfd62883f7610b460b93404786419b467885b6 mysqlcc-0.9.4-src.tar.gz http://mirrors.cloud9.net/pub/mysql/Downloads/MySQLCC/ # MyCC needs new version of ./config.sub autogen=1 if [ $prefix_auto = 1 ]; then prefix="opt/mysql" set_confopt fi mycc_postmake() { mkdir -p $libdir/mycc/translations install -m 755 mysqlcc $bindir install -m 644 {*.wav,syntax.txt} $libdir/mycc/ install -m 644 translations/*.{qm,ts} $libdir/mycc/translations } hook_add postmake 5 "mycc_postmake"