diff options
author | piernov <piernov@piernov.org> | 2012-04-01 13:32:18 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 13:32:57 +0200 |
commit | e2d82bc1150c84e12b81c5ec2c07736ff80817d6 (patch) | |
tree | 7a9b92ce1b40cdc4c4dbc18d1e8c13083aafb498 /seahorse-nautilus/Pkgfile | |
parent | c7d417273546c31206842eba84c7972a9728440a (diff) | |
download | gnome3-e2d82bc1150c84e12b81c5ec2c07736ff80817d6.tar.gz gnome3-e2d82bc1150c84e12b81c5ec2c07736ff80817d6.tar.bz2 gnome3-e2d82bc1150c84e12b81c5ec2c07736ff80817d6.tar.xz gnome3-e2d82bc1150c84e12b81c5ec2c07736ff80817d6.zip |
seahorse-nautilus 3.4.0-1 ajout port
Diffstat (limited to 'seahorse-nautilus/Pkgfile')
-rw-r--r-- | seahorse-nautilus/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/seahorse-nautilus/Pkgfile b/seahorse-nautilus/Pkgfile new file mode 100644 index 0000000..ded9058 --- /dev/null +++ b/seahorse-nautilus/Pkgfile @@ -0,0 +1,18 @@ +# Description: Extensions Seahorse pour Nautilus. +# URL: http://www.gnome.org/ +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: gtk3, libcryptui, dbus-glib, gnome-keyring, gconf, gpgme, nautilus, libnotify, seahorse +# Run on: gtk3,libcryptui,dbus-glib,gnome-keyring,gconf,gpgme,nautilus,libnotify,seahorse + +name=seahorse-nautilus +version=3.4.0 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |