o Set LICENCE

o Changed text contain in DESCR file
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-05-19 23:31:16 +00:00 committed by Thomas Klausner
parent d023a42043
commit 02708100a3
2 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1 @@
Dragbox is a tool for connecting the command line with the desktop environment. It
summons a drag handle in a window when you are managing files or text in the shell,
connecting the different workspaces -- desktop and command line.
Dragbox can take items on the command line or from a pipe and put on its shelf.
The inverse is also possible: dragged-to items can be output to the shell
Dragbox is a tool for connecting the command line with the desktop environment.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/04/11 22:01:21 jihbed Exp $
# $NetBSD: Makefile,v 1.4 2009/05/19 23:31:16 jihbed Exp $
#
DISTNAME= dragbox-0.4.0
@ -8,6 +8,7 @@ MASTER_SITES= http://kaizer.se/publicfiles/dragbox/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://users.student.lth.se/f04us/wiki/dragbox/
COMMENT= Command line drag-and-drop tool for GNOME
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@ -17,6 +18,7 @@ USE_TOOLS+= gmake
REPLACE_PYTHON+= dragbox
PY_PATCHPLIST= yes
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../lang/python/application.mk"