source: abuse/trunk/PACKAGERS @ 672

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

build: fix a problem with --with-assetdir and make sure the flag
name does not have an `s'.

File size: 772 bytes
RevLine 
[609]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
[614]142.) Assets directory
[609]15
[614]16The default assets directory is ${datadir}/games/abuse. With the default prefix
17value, this expands to /usr/local/share/games/abuse.
[609]18
[623]19To override the assets directory, use the `--with-assetdir' configure flag,
[614]20for instance:
[609]21
[623]22    ./configure --with-assetdir=/opt/abuse
[614]23
24
[609]25List of Abuse packagers
26-----------------------
27
28Debian: Sam Hocevar <sam@hocevar.net>
[622]29OpenBSD: Antti Harri <iku@openbsd.fi>
[609]30
Note: See TracBrowser for help on using the repository browser.