Fix dependencies and add license
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
name: texinfo
|
name: texinfo
|
||||||
description: GNU documentation system
|
description: GNU documentation system
|
||||||
version: 7.1
|
version: 7.1
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/texinfo/
|
url: https://www.gnu.org/software/texinfo/
|
||||||
license: GPL3
|
license: GPL3
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc","ncurses"]
|
depends: ["gzip","ncurses","perl"]
|
||||||
make_depends: ["bash","binutils","coreutils","gcc","gettext","glibc","grep","make","ncurses","patch","sed"]
|
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -30,4 +30,7 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
make TEXMF=/usr/share/texmf DESTDIR="$BPM_OUTPUT" install-tex
|
make TEXMF=/usr/share/texmf DESTDIR="$BPM_OUTPUT" install-tex
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/texinfo/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user