ladc / lgsl

LGSL: A numerical library for Lua based on GSL
GNU General Public License v3.0
24 stars 3 forks source link

Add a makefile to install or build a debian package #2

Closed franko closed 9 years ago

franko commented 9 years ago

The makefile, when called without arguments will build the debian package.

The maintainer is set to a fake email address "$USER@$HOSTNAME".

The version of the package is configured in the Makefile but if the software is built from the git repository no special versioning is used.

franko commented 9 years ago

Hope it will be fine for you. I've tried to add also INSTALL instructions.

ladc commented 9 years ago

Thanks! I've added the luarocks option to the INSTALL instructions. I've also changed the default prefix to /usr/local.