Fix dependencies and license
This commit is contained in:
@@ -4,4 +4,5 @@ version: 1.19
|
|||||||
url: https://github.com/rpm-software-management/popt
|
url: https://github.com/rpm-software-management/popt
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
depends: ["glibc"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -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/popt/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user