piface / libpifacedigital

A simple C library for controlling PiFace Digital.
GNU General Public License v3.0
16 stars 10 forks source link

Debian package #3

Closed eldavido closed 10 years ago

eldavido commented 10 years ago

@tompreston

I can create the debian package. Given the size of this library (small), I suspect you'd like a static library target useful for compilation, and not a shared library object useful for dynamic linking?

I'm envisioning something that would make the headers available for compilation, as well as placing the docs, and libmcp23s17.a in an appropriate location? Let me know.

scm6079 commented 10 years ago

As a user, the package should include headers installed in /usr/local/include and the .a file in /usr/local/lib/. This package should depend on libmcp23s17 which should also have it's headers and lib file installed.

tompreston commented 10 years ago

If you could create a Debian package that would be great. If possible, could you put all the files/scripts necessary into a new branch? Maybe build_deb? So that anyone with access to the GitHub can build the Debian package.

tompreston commented 10 years ago

I've added a release for this repo too. See https://github.com/piface/libmcp23s17/issues/3

tompreston commented 10 years ago

Has there been any progress on this or should I close this issue? Also, just updated to v0.3.0, for which you may want to check the changelog. https://github.com/piface/libpifacedigital/blob/master/CHANGELOG

eldavido commented 10 years ago

No progress unfortunately, will reopen if I get around to doing this (not likely short-term)