Skip to content
Snippets Groups Projects
Commit a3fd942f authored by Sören Tempel's avatar Sören Tempel
Browse files

main/xfontsel: move from testing/

Also claim maintainership and cleanup a bit.
parent 4c333ba9
No related branches found
No related tags found
No related merge requests found
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=xfontsel
pkgver=1.0.5
pkgrel=0
pkgrel=1
pkgdesc="Point and click selection of X11 font names"
url="http://xorg.freedesktop.org/"
arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends="$depends_dev libxaw-dev libxmu-dev libxt-dev libx11-dev"
makedepends="libxaw-dev libxmu-dev libxt-dev libx11-dev"
install=""
subpackages="$pkgname-doc"
source="http://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -29,7 +29,7 @@ build() {
}
package() {
cd "$_builddir"
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment