shrub/nix/nixcrpkgs/pkgs/at-spi2-headers/builder.sh
benjamin-tlon edd57d380d
Finish cc-release cross-compilation. (#1202)
- Fixes the IPC bug
- Fixes the terminfo bug
- Moves the OSX SDK out of our nixcrpkgs fork.
- Vendor nixcrpkgs instead of having it be a submodule.
2019-04-23 19:50:38 -07:00

13 lines
227 B
Bash

source $setup
mkdir -p $out/include/atspi $out/lib/pkgconfig
cp $src/atspi/*.h $out/include/atspi/
cat > $out/lib/pkgconfig/atspi-2.pc <<EOF
prefix=$out
includedir=\${prefix}/include
Name: atspi
Cflags: -I\${includedir}
EOF