diff --git a/contrib/orafce/Trunk.toml b/contrib/orafce/Trunk.toml index 87f2498f..8d7afed6 100644 --- a/contrib/orafce/Trunk.toml +++ b/contrib/orafce/Trunk.toml @@ -1,22 +1,12 @@ [extension] name = "orafce" -version = "4.4.0" +version = "4.9.1" +license = "PostgreSQL" repository = "https://github.com/orafce/orafce" -license = "0BSD" -description = "Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS." +description = "This module allows use a well known Oracle's functions and packages inside PostgreSQL" +homepage = "http://www.pgsql.cz/index.php/Oracle_functionality_%28en%29" documentation = "https://github.com/orafce/orafce" -categories = ["connectors"] - -[dependencies] -apt = ["libc6"] [build] postgres_version = "15" platform = "linux/amd64" -dockerfile = "Dockerfile" -install_command = """ - cd orafce && make install - set -x - mv /usr/local/pgsql/share/extension/* /usr/share/postgresql/15/extension - mv /usr/local/pgsql/lib/* /usr/lib/postgresql/15/lib - """