Add license
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: libaio
|
name: libaio
|
||||||
description: The Linux-native asynchronous I/O facility (aio) library
|
description: The Linux-native asynchronous I/O facility (aio) library
|
||||||
version: 0.3.113
|
version: 0.3.113
|
||||||
|
revision: 2
|
||||||
url: https://pagure.io/libaio
|
url: https://pagure.io/libaio
|
||||||
license: LGPL2-or-later
|
license: LGPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -29,4 +29,7 @@ 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 package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libaio/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user