Update package version to 0.0.29
This commit is contained in:
@@ -15,7 +15,9 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
./configure --prefix=/usr
|
||||
autoreconf -i
|
||||
|
||||
BASH=/bin/bash ./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
@@ -30,5 +32,6 @@ check() {
|
||||
package() {
|
||||
make DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/xmlto/COPYING
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user