diff options
author | Nick White <git@njw.me.uk> | 2013-02-03 23:41:51 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-02-03 23:41:51 +0000 |
commit | 7db1abc2f7ecd51e6eecc70543a4d267cd32f1e2 (patch) | |
tree | c807ac967d3902e1ac8890ee38c8a9cd765eff7a /debian/control | |
parent | ee2550662ca1d9c8eba4c4bd21829682f5b10209 (diff) | |
parent | bea67306d73bc7f18e131be2f1377076fd77e28f (diff) |
Merge branch 'debmanual'
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e6c988f --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: getxbook +Section: net +Priority: optional +Maintainer: Nick White <debian@njw.me.uk> +Build-Depends: +Standards-Version: 3.9.1 +Homepage: http://njw.me.uk/software/getxbook + +Package: getxbook +Architecture: any +Depends: ${shlibs:Depends}, tcl, tk +Description: A collection of tools to download books from websites. + getxbook is a collection of tools to download books from + Google Books' "Book Preview," Amazon's "Look Inside the + Book" and Barnes & Noble's "Book Viewer." + . + Each tool is written in around 200 lines of portable C code, + with no dependencies beyond libc and network sockets. There + is an optional graphical interface, using Tcl/Tk. |