mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/rgb: upgrade to 1.0.6
This commit is contained in:
parent
28de9d8891
commit
c842f689fc
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=rgb
|
||||
pkgver=1.0.3
|
||||
pkgrel=2
|
||||
pkgver=1.0.6
|
||||
pkgrel=0
|
||||
pkgdesc="X.org utility to display an rgb color-name database"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -11,15 +11,10 @@ depends=
|
||||
makedepends="xproto"
|
||||
source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
}
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -30,7 +25,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
sha512sums="629da2090f142add83970e0bdb4ab77f43092c1b570ad91c1d3a26448317030f7ae5e39605583cebd4f30b9c2ce3e429c22beae3e6bd00a8e3ba75e5effedb39 rgb-1.0.3.tar.bz2"
|
||||
sha512sums="92c8885a0e1482065a8b86f7be890859a5eab6b9d57ff219e916cbbd10cd185deec1c5db25dae8c405a343ab0e2ddaba3ddfe0b567d06534405f102e1845654e rgb-1.0.6.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user