summaryrefslogtreecommitdiff
path: root/gcr/Pkgfile
blob: cd2bb95730ce15642610581ff2b56baef50e78e0 (plain)
    1 # Description: Libraries for cryptographic UIs and accessing PKCS#11 modules.
    2 # URL: https://developer.gnome.org/gcr/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Danny Rawlins, crux at romster dot me
    5 # Depends on: gnupg gtk3 libepoxy p11-kit util-linux
    6 
    7 name=gcr
    8 version=3.16.0
    9 release=1
   10 source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--mandir=/usr/man \
   18 		--disable-update-icon-cache \
   19 		--disable-update-mime \
   20 		--disable-nls
   21 		
   22 
   23 	make
   24 	make DESTDIR=$PKG install
   25 
   26 	rm -r $PKG/usr/share/{locale,gtk-doc}
   27 }

Generated by cgit