1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 05:18:35 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Bainton
ac90eb3aa3 Move each package to their own dir
Also support for the $pkgdir variable in build files, which will include
the full path to the directory of the package (for patches, configs etc)
2014-03-09 13:56:35 +02:00
sin
83c0e3404d Copy terminfo files to "$root/share" not "$libcroot/share" 2014-03-06 13:15:49 +00:00
sin
30895bba83 Be consistent and use "$var" instead of ${var} or "${var}" 2014-03-05 12:26:16 +00:00
Daniel Bainton
f04341d18b Remove '|| return 1', mk returns for us on error 2014-03-01 01:45:56 +02:00
Daniel Bainton
82d58abc2c Add fetching and unpacking magic 2014-03-01 01:29:42 +02:00
sin
dada9bd582 Install manpages to $root/share/man for ncurses 2014-02-28 15:17:16 +00:00
Daniel Bainton
d71bb4e966 Move to a mk based build system 2014-02-28 14:22:25 +02:00
Daniel Bainton
7aa00a63fd Build ncurses with wide character support 2014-02-26 09:38:47 +00:00
sin
7c628920dc Quote variables in package scripts 2014-02-20 16:10:47 +00:00
sin
4b1709f90a List dependencies explicitly
This is by far the simplest approach as packages previously
in cross-scripts/ could also depend on other packages.
2014-02-17 16:31:31 +00:00