summaryrefslogblamecommitdiff
path: root/user/xedit/APKBUILD
blob: 23a16a71bced38e480aac469b369a4c6b7e88167 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                                  
            







                                                                    
                                                                          

         










                                         



                  


                                      
                                                                                                                                                                 
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xedit
pkgver=1.2.3
pkgrel=0
pkgdesc="Simple text editor for X11"
url="https://www.X.Org/"
arch="all"
license="BSD-3-Clause AND X11"
depends=""
makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev util-macros"
subpackages="$pkgname-doc"
source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.xz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a  xedit-1.2.3.tar.xz"