diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libncursesw.so.5 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : calcurse +version : 4.2.2 +release : 1 +source : + - http://calcurse.org/files/calcurse-4.2.2.tar.gz : c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046 +license : BSD-2-Clause +component : office +summary : Calcurse is a calendar and scheduling application for the command line. +description: | + Calcurse is a calendar and scheduling application for the command line. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, the curses based interface can be customized to suit user needs and a very powerful set of command line options can be used to filter and format appointments, making it suitable for use in scripts. +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + calcurse + + Matt Critchlow + matt.critchlow@gmail.com + + BSD-2-Clause + office + Calcurse is a calendar and scheduling application for the command line. + Calcurse is a calendar and scheduling application for the command line. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, the curses based interface can be customized to suit user needs and a very powerful set of command line options can be used to filter and format appointments, making it suitable for use in scripts. + + https://solus-project.com/sources/README.Solus + + + calcurse + Calcurse is a calendar and scheduling application for the command line. + Calcurse is a calendar and scheduling application for the command line. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, the curses based interface can be customized to suit user needs and a very powerful set of command line options can be used to filter and format appointments, making it suitable for use in scripts. + + office + + /usr/bin + /usr/share/doc + /usr/share/locale + /usr/share/man + + + + + 2017-10-26 + 4.2.2 + Packaging update + Matt Critchlow + matt.critchlow@gmail.com + + + \ No newline at end of file