File: frozen-bubble.install

package info (click to toggle)
frozen-bubble 2.212-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,356 kB
  • ctags: 1,000
  • sloc: perl: 8,572; ansic: 1,200; sh: 92; makefile: 8
file content (21 lines) | stat: -rwxr-xr-x 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/perl -w

use Config;


my $vendorarch = substr($Config{vendorarch}, 1);
my $vendorlib  = substr($Config{vendorlib}, 1);

#debian/tmp/usr/lib/perl5/Games/ usr/share/perl5/
print "debian/tmp/$vendorarch/Games/ $vendorlib\n";

#debian/tmp/usr/lib/perl5/auto/Games usr/lib/perl5/auto/
print "debian/tmp/$vendorarch/auto/Games $vendorarch/auto/\n";

print <<EOF                  
debian/tmp/usr/bin/frozen*      usr/games
debian/tmp/usr/bin/fb-server    usr/lib/games/frozen-bubble/
debian/tmp/usr/share/man
debian/frozen-bubble.xpm        usr/share/pixmaps
debian/frozen-bubble.desktop    usr/share/applications
EOF