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.
15 lines
363 B
15 lines
363 B
prefix=/opt/bletch
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
jackpot=bletch-lives
|
|
multiple_values1="item1 item2 item3 item\ with\ spaces"
|
|
multiple_values2='item1 item2 item3 item\ with\ spaces'
|
|
|
|
Name: Bletch
|
|
Description: Dummy package to test variable support
|
|
Version: 1.0
|
|
Libs: -L${libdir} -lbletch
|
|
Cflags: -Dbletch_version=1
|