mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 04:41:43 +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>
|
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||||
# Maintainer:
|
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||||
pkgname=xfontsel
|
pkgname=xfontsel
|
||||||
pkgver=1.0.5
|
pkgver=1.0.5
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Point and click selection of X11 font names"
|
pkgdesc="Point and click selection of X11 font names"
|
||||||
url="http://xorg.freedesktop.org/"
|
url="http://xorg.freedesktop.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends=""
|
depends=""
|
||||||
depends_dev=""
|
depends_dev=""
|
||||||
makedepends="$depends_dev libxaw-dev libxmu-dev libxt-dev libx11-dev"
|
makedepends="libxaw-dev libxmu-dev libxt-dev libx11-dev"
|
||||||
install=""
|
install=""
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="http://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
|
source="http://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||||
|
|
||||||
_builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
build() {
|
build() {
|
||||||
cd "$_builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
@ -29,7 +29,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$_builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install || return 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user