Add license
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: autoconf
|
name: autoconf
|
||||||
description: GNU automatic source code configuration tool
|
description: GNU automatic source code configuration tool
|
||||||
version: 2.72
|
version: 2.72
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/autoconf/
|
url: https://www.gnu.org/software/autoconf/
|
||||||
license: GPL2,GPL3,custom
|
license: GPL2,GPL3,custom
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -29,4 +29,8 @@ 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 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