aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libphidget.scm
blob: 7b6b7dd07dadc77487619c141178637dc3e8878a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages libphidget)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses)
  #:use-module (gnu packages libusb))

(define-public libphidget
  (package
   (name "libphidget")
   (version "2.1.8.20180607")
   (source (origin
            (method url-fetch)
            (uri (string-append
                  "https://www.phidgets.com/downloads/phidget21/libraries/"
                  "linux/libphidget/libphidget_"
                  version ".tar.gz"))
            (sha256
             (base32 "1mdw8k13yy5dq3r41v9w5yijdk87alzix0qagslc2mxh1pf17npn"))))
   (build-system gnu-build-system)
   (inputs `(("libusb" ,libusb)))
   (outputs '("out" "debug"))
   (home-page "https://www.phidgets.com/")
   (license lgpl3+)
   (synopsis "C library to manipulate Phidgets")
   (description synopsis)))
80028d0e87ebeab2ebfddf141ec310e613480ef'>gnu: font-gnu-unifont: Update to 13.0.04....Tobias Geerinckx-Rice 2020-11-15gnu: font-jetbrains-mono: Update to 2.210....Tobias Geerinckx-Rice 2020-11-05gnu: Add font-juliamono....nixo 2020-10-31gnu: Add font-openmoji...nixo 2020-10-04gnu: font-jetbrains-mono: Simplify licence installation....Tobias Geerinckx-Rice 2020-10-04gnu: font-jetbrains-mono: Update to 2.002....Tobias Geerinckx-Rice 2020-10-04gnu: font-comic-neue: Update to 2.51....Tobias Geerinckx-Rice 2020-09-25gnu: font-adobe-source-serif-pro: Update to 3.001R....Jens Mølgaard 2020-09-25gnu: font-adobe-source-sans-pro: Update to 3.028R....Jens Mølgaard 2020-09-06gnu: Update Iosevka fonts from 3.2.2 to 3.4.7...simendsjo 2020-08-19gnu: font-fantasque-sans: Fix build....Danny Milosavljevic 2020-07-23gnu: Add font-catamaran....Arun Isaac 2020-07-21gnu: font-jetbrains-mono: Update to 2.001....Michael Rohleder 2020-07-14gnu: font-gnu-freefont: Update to 13.0.03....Efraim Flashner 2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès 2020-07-09gnu: Add font-libertinus....Tim Van den Langenbergh 2020-07-02gnu: Update Iosevka fonts from 3.1.1 to 3.2.2....simendsjo 2020-06-21gnu: Add font-mplus-testflight....Julien Lepiller 2020-06-21gnu: Add font-fontna-yasashisa-antique....Julien Lepiller 2020-06-18gnu: Add Iosevka quasi-proportioal fonts....Simen Endsjø 2020-06-18gnu: Update Iosevka fonts from 2.3.3 to 3.1.1....Simen Endsjø 2020-06-17gnu: font-sarasa-gothic: Update to 0.12.7...Zhu Zihao 2020-06-08gnu: font-liberation: Update to 2.1.1....Marius Bakke 2020-05-30gnu: fonts.scm: Add missing '>' in copyright header....Marius Bakke 2020-05-30gnu: font-tamzen: Update to 1.11.5....Tobias Geerinckx-Rice 2020-05-30gnu: Add font-sarasa-gothic....Zhu Zihao 2020-05-29gnu: font-comic-neue: Update to 2.5....Tobias Geerinckx-Rice 2020-05-25gnu: font-gnu-unifont: Update to 13.0.02....Efraim Flashner