blob: 3603926aa081203d73030cc72170999a1363b1db (
plain)
1
2
3
4
5
6
7
8
9
10
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libparted
Description: The GNU Parted disk partitioning shared library
Version: @VERSION@
Libs: -L${libdir} -lparted
Cflags: -I${includedir}
|