diff options
author | sibel <lesibel@free.fr> | 2011-01-25 08:38:13 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-25 08:38:13 +0100 |
commit | 45ac9a2029f980d446c9c71f93fff3d6efbd6968 (patch) | |
tree | d593954fda6cf8365ba9ee90741badc9a4e81f98 /extra/libgnome-keyring/Pkgfile | |
parent | 73b4d285b50407e85dbbc80872b488d205338ba8 (diff) | |
parent | c3a59da68f8d733368c3f90388077a23cb258b81 (diff) | |
download | nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.gz nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.bz2 nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.xz nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libgnome-keyring/Pkgfile')
-rw-r--r-- | extra/libgnome-keyring/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libgnome-keyring/Pkgfile b/extra/libgnome-keyring/Pkgfile new file mode 100644 index 000000000..4775a0e42 --- /dev/null +++ b/extra/libgnome-keyring/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie gnome libgnome-keyring +# URL: http://www.gnome.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: dbus,intltool,gtk-doc +# Run on: dbus,libcrypt + +name=libgnome-keyring +version=2.32.0 +release=1 +source=( http://ftp.gnome.org/pub/gnome/sources/$name/2.32/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --mandir=$GNOME_PREFIX/share/man + make + make DESTDIR=$PKG install + rm -r $PKG/$GNOME_PREFIX/share/gtk-doc +} |