mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
new pkg: xorg-xgamma -> 1.0.5
This commit is contained in:
parent
7d191322cb
commit
e20dce450f
27
xorg-xgamma/PKGBUILD
Normal file
27
xorg-xgamma/PKGBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Maintainer: Drake Justice <djustice@chakraos.org>
|
||||
|
||||
pkgname=xorg-xgamma
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Alter a monitor's gamma correction"
|
||||
arch=('x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libx11' 'libxxf86vm')
|
||||
makedepends=('xorg-util-macros')
|
||||
groups=('xorg-apps' 'xorg')
|
||||
source=(http://xorg.freedesktop.org/archive/individual/app/xgamma-${pkgver}.tar.bz2)
|
||||
sha1sums=('9cd3272fd24f51b75223cf9c59949ded6df04800')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/xgamma-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/xgamma-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user