mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-11 01:04:38 +08:00
21 lines
635 B
Bash
21 lines
635 B
Bash
|
# Maintainer : Biru Ionut <ionut@archlinux.ro>
|
|||
|
# Contributor: Mikko Sepp<70>l<EFBFBD> <t-r-a-y@mbnet.fi>
|
|||
|
# Contributor: Jakub Schmidtke <sjakub-at-gmail.com>
|
|||
|
|
|||
|
pkgname=lib32-libxss
|
|||
|
pkgver=1.2.0
|
|||
|
pkgrel=1
|
|||
|
pkgdesc="X11 Screen Saver extension library"
|
|||
|
arch=('x86_64')
|
|||
|
url="http://xorg.freedesktop.org/"
|
|||
|
license=('GPL')
|
|||
|
depends=('lib32-libxext' 'scrnsaverproto')
|
|||
|
groups=('lib32')
|
|||
|
source=(http://chakra-project.org/repo/platform-testing/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
|||
|
|
|||
|
build() {
|
|||
|
mkdir -p $pkgdir/opt/lib32/usr/lib
|
|||
|
cp -rPf $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib/
|
|||
|
}
|
|||
|
md5sums=('0bac4eadc5e393776ccaac5409dc6ff9')
|