Remove lingering boilerplate FIXMEs (#1756)

This commit is contained in:
Adam J. Stewart
2016-09-20 10:01:55 -05:00
committed by Todd Gamblin
parent eb8a0ef75e
commit f180d748be
5 changed files with 8 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
class Libuuid(Package):
"""Portable uuid C library"""
# FIXME: add a proper url for your package's homepage here.
homepage = "http://sourceforge.net/projects/libuuid/"
url = "http://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Flibuuid%2F&ts=1433881396&use_mirror=iweb"
@@ -36,6 +36,5 @@ class Libuuid(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
# FIXME: Add logic to build and install here
make()
make("install")