From 75fd655ee0be5831015eab0dc5e34b4dccb775ff Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 17:58:28 +0100 Subject: [PATCH 1/8] New package: athena-jot-9.0 --- srcpkgs/athena-jot/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/athena-jot/template diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template new file mode 100644 index 000000000000..7373b84b3d94 --- /dev/null +++ b/srcpkgs/athena-jot/template @@ -0,0 +1,19 @@ +# Template file for 'jot' +pkgname=athena-jot +version=9.0 +revision=1 +short_desc="BSD sequencing tool" +maintainer="Mellowlink " +license="BSD-4-clause" +homepage="https://packages.debian.org/source/stable/athena-jot" +distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz" +checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb + +do_build() { + sh configure + make +} + +do_install() { + make PREFIX=/usr DESTDIR=$DESTDIR install +} From 3d1f18898d0c678f2f2831876d19002d9a6e8449 Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:00:25 +0100 Subject: [PATCH 2/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 7373b84b3d94..2035d6e74903 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -15,5 +15,5 @@ do_build() { } do_install() { - make PREFIX=/usr DESTDIR=$DESTDIR install + make install } From b8220b7625a05ff7b6f58b848451ac3e3875552d Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:11:10 +0100 Subject: [PATCH 3/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 2035d6e74903..655cd66db549 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -10,7 +10,8 @@ distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${vers checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb do_build() { - sh configure + ./configure + sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile make } From b7fdd21df6fa638d429ec42388cd23636898d31d Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:19:52 +0100 Subject: [PATCH 4/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 655cd66db549..14e8ebb72ad6 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -2,6 +2,8 @@ pkgname=athena-jot version=9.0 revision=1 +build_style=configure +configure_args="--prefix=/usr" short_desc="BSD sequencing tool" maintainer="Mellowlink " license="BSD-4-clause" @@ -9,12 +11,12 @@ homepage="https://packages.debian.org/source/stable/athena-jot" distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz" checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb -do_build() { - ./configure - sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile - make -} - -do_install() { - make install -} +#do_build() { +# #./configure +# #sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile +# make +#} +# +#do_install() { +# make install +#} From 1fb3ed3697d154a766179a97a6d107b19a56c8b2 Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:21:15 +0100 Subject: [PATCH 5/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 14e8ebb72ad6..76730b6893c5 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -10,13 +10,3 @@ license="BSD-4-clause" homepage="https://packages.debian.org/source/stable/athena-jot" distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz" checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb - -#do_build() { -# #./configure -# #sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile -# make -#} -# -#do_install() { -# make install -#} From b9ffdd94f067f6e1fe319a2d3fba57ad534af1cc Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:23:13 +0100 Subject: [PATCH 6/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 76730b6893c5..7f867c31a052 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -3,7 +3,7 @@ pkgname=athena-jot version=9.0 revision=1 build_style=configure -configure_args="--prefix=/usr" +configure_args=--prefix=/usr short_desc="BSD sequencing tool" maintainer="Mellowlink " license="BSD-4-clause" From e0cece0b249db6cb3f94bc372e25e48f55649f1a Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:32:37 +0100 Subject: [PATCH 7/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 7f867c31a052..76730b6893c5 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -3,7 +3,7 @@ pkgname=athena-jot version=9.0 revision=1 build_style=configure -configure_args=--prefix=/usr +configure_args="--prefix=/usr" short_desc="BSD sequencing tool" maintainer="Mellowlink " license="BSD-4-clause" From 48f59da5682bf7597b608079680aecec8712fc4d Mon Sep 17 00:00:00 2001 From: Mellowlink Date: Fri, 25 Feb 2022 18:45:52 +0100 Subject: [PATCH 8/8] athena-jot: update to 9.0. --- srcpkgs/athena-jot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template index 76730b6893c5..719e1c0d46f3 100644 --- a/srcpkgs/athena-jot/template +++ b/srcpkgs/athena-jot/template @@ -3,7 +3,7 @@ pkgname=athena-jot version=9.0 revision=1 build_style=configure -configure_args="--prefix=/usr" +configure_args="--prefix=/usr --mandir=/usr/share/man" short_desc="BSD sequencing tool" maintainer="Mellowlink " license="BSD-4-clause"