File: test-pkg-config.sh

package info (click to toggle)
libnetconf2 4.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,600 kB
  • sloc: ansic: 37,479; xml: 437; sh: 49; makefile: 20
file content (5 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/bash
set -ex

version=`pkg-config --modversion libnetconf2`
echo "$version" | grep '2\.[0-9.]\+'