contrib/gcr/Pkgfile

26 lines
671 B
Plaintext
Raw Normal View History

2015-05-17 05:22:44 +02:00
# Description: Libraries for cryptographic UIs and accessing PKCS#11 modules.
# URL: https://developer.gnome.org/gcr/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2016-06-17 04:59:31 +02:00
# Depends on: gnupg gtk3 p11-kit util-linux vala xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr
2015-05-17 05:22:44 +02:00
name=gcr
2016-06-17 04:59:31 +02:00
version=3.20.0
2015-05-17 05:22:44 +02:00
release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-update-icon-cache \
--disable-update-mime \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{locale,gtk-doc}
}