mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
xtrans: 1.3.2
This commit is contained in:
parent
254718c148
commit
3da478c604
@ -1,10 +1,7 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=xtrans
|
||||
pkgver=1.2.7
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="X transport library"
|
||||
arch=(any)
|
||||
@ -12,7 +9,7 @@ license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
options=(!emptydirs)
|
||||
source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('b6ed421edf577816f6e641e1846dc0bff337676c')
|
||||
sha1sums=('720928c80323827c9a88bda6990a298489570474')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
@ -26,4 +23,4 @@ package() {
|
||||
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
install -m755 -d "${pkgdir}/usr/lib"
|
||||
mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user