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