source: abuse/trunk/PACKAGERS @ 614

Last change on this file since 614 was 614, checked in by Sam Hocevar, 12 years ago

build: add a `--with-assetsdir' configure flag to specify where the
game data should be installed.

File size: 736 bytes
Line 
1Notes for Abuse packagers
2-------------------------
3
41.) Non-free data
5
6By default Abuse tarballs ship with all available data. This is for simplicity
7but may pose problems to distributions that only ship free data. You can easily
8create a stripped down tarball which has all the non-free data removed:
9
10    ./configure --disable-nonfree
11    make dist
12
13
142.) Assets directory
15
16The default assets directory is ${datadir}/games/abuse. With the default prefix
17value, this expands to /usr/local/share/games/abuse.
18
19To override the assets directory, use the `--with-assetsdir' configure flag,
20for instance:
21
22    ./configure --with-assetsdir=/opt/abuse
23
24
25List of Abuse packagers
26-----------------------
27
28Debian: Sam Hocevar <sam@hocevar.net>
29
Note: See TracBrowser for help on using the repository browser.