mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
main/xfontsel: move from testing/
Also claim maintainership and cleanup a bit.
This commit is contained in:
parent
4c333ba9a8
commit
a3fd942fcd
@ -1,22 +1,22 @@
|
||||
# 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user