Theodore Ts'o | e644186 | 2005-01-26 12:59:25 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: e2p | ||||
7 | Description: Ext2fs userpace programs utility library | ||||
8 | Version: @E2FSPROGS_VERSION@ | ||||
9 | Requires: | ||||
JP Abgrall | e0ed740 | 2014-03-19 19:08:39 -0700 | [diff] [blame] | 10 | Cflags: -I${includedir}/e2p -I${includedir} |
Theodore Ts'o | e644186 | 2005-01-26 12:59:25 -0500 | [diff] [blame] | 11 | Libs: -L${libdir} -le2p |