[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add sipwitch and dependent packages
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add sipwitch and dependent packages |
Date: |
Tue, 08 Jul 2014 22:00:09 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> * gnu-system.am (GNU_SYSTEM_MODULES): Add new file.
> * gnu/packages/telephony.scm: New file.
Looks good to me, OK to push!
[...]
> +(define-public sipwitch
> + (package
> + (name "sipwitch")
> + (version "1.9.2")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "mirror://gnu/sipwitch/sipwitch-"
> + version ".tar.gz"))
> + (sha256 (base32
> +
> "0cf0zrdfi4w9qn50ags3rvwc29km2k526f6sm6i7jb0hsrvg0k8x"))))
> + (build-system gnu-build-system)
> + ;; The configure.ac uses pkg-config but in a kludgy way which breaks when
> + ;; cross-compiling. Fortunately we can override it and set the dependency
> + ;; flags ourselves.
Could you just clarify that it expects the tool to be called
‘pkg-config’ instead of ‘TARGET-pkg-config’ as is usual?
Thanks!
Ludo’.