proj: major upgrade
This commit is contained in:
@@ -4,20 +4,22 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/test*")
|
||||
#pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/pj_out*.dist")
|
||||
pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/*")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
Reference in New Issue
Block a user