File: frozen-bubble.install

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

use Config;


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

print "debian/tmp/$vendorarch/Games/ $vendorlib\n";
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/icons      usr/share/
debian/tmp/usr/share/man
debian/frozen-bubble.desktop    usr/share/applications
EOF