mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:47:13 +08:00
libxaw: 1.0.12
This commit is contained in:
parent
b5c8aab3b6
commit
58b277d704
@ -1,26 +1,27 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# Part of the X.org group
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
|
||||
|
||||
pkgname=libxaw
|
||||
pkgver=1.0.9
|
||||
pkgver=1.0.12
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Athena Widget library"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
depends=('libxmu' 'libxpm')
|
||||
makedepends=('xorg-util-macros')
|
||||
options=('!libtool')
|
||||
source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
|
||||
sha1sums=('5f8fc1b10316f31d4c6fa1d938b2297ff5bd2da5')
|
||||
sha1sums=('6919476379accaf21f2331004e5cfa7939a6786b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/libXaw-${pkgver}"
|
||||
./configure --prefix=/usr --sysconfdir=/etc --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/libXaw-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
|
||||
|
Loading…
Reference in New Issue
Block a user