Files
Arch-R/packages/other/fribidi/scripts/fribidi-config
Stephan Raue 1966961188 new package:
- add fribidi for upcoming enna
2009-10-03 22:59:20 +02:00

10 lines
111 B
Bash

#!/bin/sh
while test $# -gt 0; do
case $1 in
--libs)
echo "-lfribidi"
;;
esac
shift
done