Add license
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: autoconf
|
||||
description: GNU automatic source code configuration tool
|
||||
version: 2.72
|
||||
revision: 2
|
||||
revision: 3
|
||||
url: https://www.gnu.org/software/autoconf/
|
||||
license: GPL2,GPL3,custom
|
||||
architecture: any
|
||||
|
||||
@@ -29,4 +29,8 @@ check() {
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
make DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
install -Dm644 COPYING.EXCEPTION "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING.EXCEPTION
|
||||
install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING
|
||||
install -Dm644 COPYINGv3 "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYINGv3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user