From cd0972a270a3e91a6a1fe7928af8d0371050a0e5 Mon Sep 17 00:00:00 2001 From: Lukc Date: Thu, 16 Sep 2010 17:15:48 +0000 Subject: Nautilus-terminal port added. --- nautilus-terminal/Pkgfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nautilus-terminal/Pkgfile (limited to 'nautilus-terminal/Pkgfile') diff --git a/nautilus-terminal/Pkgfile b/nautilus-terminal/Pkgfile new file mode 100644 index 0000000..e9ded3e --- /dev/null +++ b/nautilus-terminal/Pkgfile @@ -0,0 +1,16 @@ +description="An integrated terminal for nautilus." +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +url=http://software.flogisoft.com/nautilus-terminal +depends=(nautilus pygtk pyxdg pyvte nautilus-python) + +name=nautilus-terminal +version=0.5 +release=1 +source=(http://download.flogisoft.com/files/Software/$name/$name\_$version\_src.tar.gz) + +build () { + cd $name-$version + ./install.sh --package $PKG +} + -- cgit v1.2.3-54-g00ecf