From 3d727b8352e0cb63b1a078ce8a1904fb41a520be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 28 Jul 2022 01:54:56 +0300 Subject: [PATCH] Replace tixbuildinfo with tix.port --- tix.port | 7 +++++++ tixbuildinfo | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 tix.port delete mode 100644 tixbuildinfo diff --git a/tix.port b/tix.port new file mode 100644 index 0000000..37008bc --- /dev/null +++ b/tix.port @@ -0,0 +1,7 @@ +NAME=switcher +BUILD_LIBRARIES= +VERSION=1.0 +LICENSE=CC0-1.0 +BUILD_PROGRAMS=python +BUILD_SYSTEM=makefile +LOCATION_INDEPENDENT=true diff --git a/tixbuildinfo b/tixbuildinfo deleted file mode 100644 index 85348a0..0000000 --- a/tixbuildinfo +++ /dev/null @@ -1,5 +0,0 @@ -tix.version=1 -tix.class=srctix -pkg.name=switcher -pkg.build-system=make -pkg.location-independent=true