mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:24:35 +08:00
bigreqsproto 1.1.2
This commit is contained in:
parent
2c76192bf9
commit
a160df0fb1
@ -1,28 +1,25 @@
|
|||||||
#
|
# maintaienr: Neophytos Kolokotronis <tetris4@gmai.com>
|
||||||
# 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>
|
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=bigreqsproto
|
pkgname=bigreqsproto
|
||||||
pkgver=1.1.1
|
pkgver=1.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="X11 Big Requests extension wire protocol"
|
pkgdesc="X11 Big Requests extension wire protocol"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="http://xorg.freedesktop.org/"
|
url="http://xorg.freedesktop.org/"
|
||||||
license=('custom:OpenGroup')
|
license=('custom:OpenGroup')
|
||||||
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha1sums=('2db1d1e98958eee4d6cae0f68dbd03b2ec1018ce')
|
sha1sums=('ef1765eeb5e9e38d080225fe6a64ed7cd2984b46')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr || return 1
|
./configure --prefix=/usr
|
||||||
make || return 1
|
make
|
||||||
make DESTDIR="${pkgdir}" install || return 1
|
}
|
||||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
|
||||||
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
|
package() {
|
||||||
|
cd "${srcdir}/${pkgname}-${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