Add license
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: libtool
|
name: libtool
|
||||||
description: A generic library support script
|
description: A generic library support script
|
||||||
version: 2.5.4
|
version: 2.5.4
|
||||||
|
revision: 2
|
||||||
url: https://www.gnu.org/software/libtool/
|
url: https://www.gnu.org/software/libtool/
|
||||||
license: GPL2-or-later-with-libtool-exception
|
license: GPL2-or-later-with-libtool-exception
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -30,4 +30,7 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
rm -fv "$BPM_OUTPUT"/usr/lib/libltdl.a
|
rm -fv "$BPM_OUTPUT"/usr/lib/libltdl.a
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libtool/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user