mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/noice: improve abuild
This commit is contained in:
parent
95e0bf6772
commit
6876ddb980
@ -4,25 +4,24 @@
|
||||
pkgname=noice
|
||||
pkgver=0.6
|
||||
pkgrel=0
|
||||
pkgdesc="a simple file browser"
|
||||
pkgdesc="A simple file browser"
|
||||
url="http://git.2f30.org/noice"
|
||||
arch="all"
|
||||
license="BSD-2"
|
||||
license="BSD-2-Clause"
|
||||
options="!check"
|
||||
depends=""
|
||||
makedepends="ncurses-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://dl.2f30.org/releases/noice-$pkgver.tar.gz"
|
||||
source="http://dl.2f30.org/releases/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd $builddir
|
||||
cd "$builddir"
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $builddir
|
||||
cd "$builddir"
|
||||
|
||||
make \
|
||||
PREFIX=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user