Remove systemd dependency and add license
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: man-db
|
name: man-db
|
||||||
description: Man page reading utility
|
description: Man page reading utility
|
||||||
version: 2.12.0
|
version: 2.12.0
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.nongnu.org/man-db/
|
url: https://www.nongnu.org/man-db/
|
||||||
license: GPL2-or-later and GPL3-or-later
|
license: GPL2-or-later and GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["bash","gdbm","groff","glibc","gzip","less","libpipeline","zlib"]
|
depends: ["bash","gdbm","groff","glibc","gzip","less","libpipeline","zlib"]
|
||||||
make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","systemd","xz-utils"]
|
make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","xz-utils"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -36,4 +36,6 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/man-db/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user