You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
252 B
13 lines
252 B
5 years ago
|
prefix=/opt/bletch
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
jackpot=bletch-lives
|
||
|
|
||
|
Name: Bletch
|
||
|
Description: Dummy packaget to test variable support
|
||
|
Version: 1.0
|
||
|
Libs: -L${libdir} -lbletch
|
||
|
Cflags: -Dbletch_version=1
|