mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=libxmu
|
|
pkgver=1.1.2
|
|
pkgrel=0
|
|
pkgdesc="X11 miscellaneous micro-utility library"
|
|
url="http://xorg.freedesktop.org/"
|
|
arch="all"
|
|
license="custom"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
depends=
|
|
makedepends="libxext-dev libxt-dev libx11-dev libsm-dev
|
|
util-linux-dev"
|
|
source="http://xorg.freedesktop.org/releases/individual/lib/libXmu-$pkgver.tar.bz2"
|
|
depends_dev="xproto libx11-dev libxt-dev libxext-dev util-linux-dev"
|
|
|
|
build ()
|
|
{
|
|
cd "$srcdir"/libXmu-$pkgver
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$srcdir"/libXmu-$pkgver
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
install -Dm644 $srcdir/libXmu-$pkgver/COPYING \
|
|
$pkgdir/usr/share/licenses/$pkgname/COPYING
|
|
}
|
|
md5sums="41d92ab627dfa06568076043f3e089e4 libXmu-1.1.2.tar.bz2"
|
|
sha256sums="756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b libXmu-1.1.2.tar.bz2"
|
|
sha512sums="eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc libXmu-1.1.2.tar.bz2"
|