aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:06:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:56:43 -0300
commitdefc72ea6455e9ef675df558e4e5de54973c21d1 (patch)
tree7ca7e4d0d286de083bb4f1390c1d2c332cbc931a /main
parent8b7f7e668a3bb30ed72b3949662876a48bc14539 (diff)
downloadaports-defc72ea6455e9ef675df558e4e5de54973c21d1.tar.bz2
aports-defc72ea6455e9ef675df558e4e5de54973c21d1.tar.xz
community/xprop: move from main
Diffstat (limited to 'main')
-rw-r--r--main/xprop/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/main/xprop/APKBUILD b/main/xprop/APKBUILD
deleted file mode 100644
index a0b26604ed..0000000000
--- a/main/xprop/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=xprop
-pkgver=1.2.4
-pkgrel=0
-pkgdesc="Property displayer for X"
-url="https://cgit.freedesktop.org/xorg/app/xprop"
-arch="all"
-license="MIT"
-makedepends="libx11-dev util-macros"
-subpackages="$pkgname-doc"
-source="https://www.x.org/archive/individual/app/xprop-$pkgver.tar.bz2"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7 xprop-1.2.4.tar.bz2"