1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}
|