File: libmaa-dev.install

package info (click to toggle)
libmaa 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,008 kB
  • sloc: ansic: 6,384; perl: 235; makefile: 176; awk: 92; sh: 23
file content (11 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Note: this script needs debhelper >= 8.9.12 and dpkg-dev >= 1.16

set -e
echo debian/tmp/usr/include
for file in libmaa.600dpi.ps README TODO; do
  echo "debian/tmp/usr/share/doc/libmaa-dev/$file"
done
libdir=debian/tmp/usr/lib/"`dpkg-architecture -qDEB_HOST_MULTIARCH`"
echo "$libdir"/'*.a'
echo "$libdir"/'*.so'