mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/udisks2: add check
This commit is contained in:
parent
bb1577c729
commit
69b397fcee
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=udisks2
|
pkgname=udisks2
|
||||||
pkgver=2.6.5
|
pkgver=2.6.5
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A Disk Manager"
|
pkgdesc="A Disk Manager"
|
||||||
url="http://www.freedesktop.org/wiki/Software/udisks"
|
url="http://www.freedesktop.org/wiki/Software/udisks"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -32,6 +32,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
Loading…
Reference in New Issue
Block a user