mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-15 07:49:03 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
7c8dd627d5
@ -1,15 +1,12 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Part of X.org group
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
|
||||
pkgname=libxdmcp
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Display Manager Control Protocol library"
|
||||
arch=(i686 x86_64)
|
||||
url="http://xorg.freedesktop.org/"
|
||||
arch=('x86_64')
|
||||
url="http://xorg.freedesktop.org"
|
||||
license=('custom')
|
||||
depends=('xproto' 'glibc')
|
||||
makedepends=('pkgconfig')
|
||||
|
@ -1,12 +1,11 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Part of X.org group
|
||||
# Maintainer: Bruce Liu <brli@users.sourceforge.net>
|
||||
|
||||
pkgname=xineramaproto
|
||||
pkgver=1.2.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="X11 Xinerama extension wire protocol"
|
||||
arch=(any)
|
||||
arch=('x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
@ -14,9 +13,12 @@ sha1sums=('818bffc16139d6e3de4344c83f00c495d3536753')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
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