aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 18:59:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:49 -0300
commit06db8f1a826d07c7bcec5f87f98a625b33dcf4be (patch)
tree6c0a3b33c9606288fe46ae540aec3406e1bd5f07 /main
parentc5fec25c8c8736727d15e46ce79884786c2ec2d4 (diff)
downloadaports-06db8f1a826d07c7bcec5f87f98a625b33dcf4be.tar.bz2
aports-06db8f1a826d07c7bcec5f87f98a625b33dcf4be.tar.xz
community/xfontsel: move from main
Diffstat (limited to 'main')
-rw-r--r--main/xfontsel/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/main/xfontsel/APKBUILD b/main/xfontsel/APKBUILD
deleted file mode 100644
index 164bdaed83..0000000000
--- a/main/xfontsel/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
-pkgname=xfontsel
-pkgver=1.0.6
-pkgrel=0
-pkgdesc="Point and click selection of X11 font names"
-url="http://xorg.freedesktop.org"
-arch="all"
-license="MIT"
-depends=""
-depends_dev=""
-makedepends="libxaw-dev libxmu-dev libxt-dev libx11-dev"
-install=""
-subpackages="$pkgname-doc"
-source="https://www.x.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
-
-builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099 xfontsel-1.0.6.tar.bz2"