summaryrefslogtreecommitdiffstats
path: root/nautilus-terminal/Pkgfile
blob: e9ded3e53373e36685a875b50131b2fe68cd66f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}