Revision: 145310 https://trac.macports.org/changeset/145310 Author: raimue@macports.org Date: 2016-01-31 07:49:05 -0800 (Sun, 31 Jan 2016) Log Message: ----------- devel/obs-build-helpers: New port, distributing vc from the obs-build package. Opportunistic plural naming, in case we can extract more useful tools. Added Paths: ----------- trunk/dports/devel/obs-build-helpers/ trunk/dports/devel/obs-build-helpers/Portfile Added: trunk/dports/devel/obs-build-helpers/Portfile =================================================================== --- trunk/dports/devel/obs-build-helpers/Portfile (rev 0) +++ trunk/dports/devel/obs-build-helpers/Portfile 2016-01-31 15:49:05 UTC (rev 145310) @@ -0,0 +1,39 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup python 1.0 + +github.setup openSUSE obs-build 2.5.0 obs_ +categories devel python +platforms darwin +supported_archs noarch +license {GPL-2 GPL-3} +maintainers raimue \ + openmaintainer + +description Helper tools distributed with obs-build + +long_description obs-build is the tool running builds for the openSUSE build \ + service. Since these tools are only useful on Linux, this \ + port only provides some of the contained helper tools, vc \ + and unrpm. + +checksums rmd160 6515dee5fbb207b389c163fcbb0c6a0e5658123d \ + sha256 d176b19ccddc11208e6288bdcf758a81d5a194bea994468400a16823135c18d0 + +# the tarball contains file names differing in case only, +# making it impossible to extract on a case-sensitive filesystem +extract.post_args-append --exclude 'build*' + +use_configure no + +build {} + +destroot { + xinstall -d -m 755 ${destroot}${prefix}/libexec/obs-build + xinstall -m 755 ${worksrcpath}/vc ${destroot}${prefix}/libexec/obs-build/vc +} + +python.default_version 27 Property changes on: trunk/dports/devel/obs-build-helpers/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
raimue@macports.org