contrib/libsecret/Pkgfile
2013-04-04 22:20:10 +11:00

24 lines
582 B
Plaintext

# Description: Library for storing and retrieving passwords and other secrets
# URL: https://live.gnome.org/Libsecret
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: docbook-xsl intltool libgcrypt vala
name=libsecret
version=0.15
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,locale}
}