From 1ab8c592fd72208f9f0a3ac214d31f8d0c61bd4c Mon Sep 17 00:00:00 2001 From: Michał Polański Date: Mon, 1 Jun 2020 21:40:20 +0200 Subject: community/xeyes: modernize --- community/xeyes/APKBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'community/xeyes/APKBUILD') diff --git a/community/xeyes/APKBUILD b/community/xeyes/APKBUILD index 81c3f3a7a90..1eb62484fb1 100644 --- a/community/xeyes/APKBUILD +++ b/community/xeyes/APKBUILD @@ -2,21 +2,17 @@ # Maintainer: ScrumpyJack pkgname=xeyes pkgver=1.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="A pair of eyes that follow your mouse in X11" -url="http://www.x.org" +url="https://www.x.org" +options="!check" # no test suite arch="all" license="MIT" -depends="" -depends_dev="" makedepends="libx11-dev libxt-dev libxext-dev libxmu-dev libxrender-dev" -install="" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2" -builddir="$srcdir/$pkgname-$pkgver" +source="https://www.x.org/releases/individual/app/xeyes-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --prefix=/usr \ --datarootdir=/usr/share @@ -24,7 +20,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3