mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
x11/xsetroot: new aport
X.Org xsetroot application
This commit is contained in:
parent
775e621e87
commit
bf546be7d3
20
x11/xsetroot/APKBUILD
Normal file
20
x11/xsetroot/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xsetroot
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="X.Org xsetroot application"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="libx11 libxmu uclibc"
|
||||
makedepends="pkgconfig libx11-dev libxmu-dev xbitmaps"
|
||||
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user