Initial import of pkgfs, aka package from sources.
[xbps.git] / templates / glib2-2.18.1.pkgfs.tmpl
blob21c1ef7a03ebdd229f2d3ceddcf94f34c2bd80ea
1 # ----*----             ----*-----
2 # Template build file for 'glib-2.18.1'
3 # ----*----             ----*-----
5 # Name of the package, sometimes you need a different name than
6 # the one used in the source distribution file.
7 pkgname=glib-2.18.1
9 # Suffix extraction, only supported: zip and tar/tar+(gz|bzip2).
10 extract_sufx=".tar.bz2"
12 # Use this if pkgname doesn't match or if there are multiple
13 # source distribution files.
14 #distfiles=""
16 # URL to fetch
17 url=http://ftp.gnome.org/pub/gnome/sources/glib/2.18
19 # Arguments passed to configure if $build_style = {,gnu_}configure.
20 #configure_args=""
22 # Arguments passed to configure through the environment
23 configure_env="ac_cv_func_statfs=no"
25 # Build style: gnu_configure, bsd-makefile, gnu-makefile, configure.
26 build_style=gnu_configure
28 # Passed flags to the 'make' command before building the package.
29 #make_build_args=""
31 # Passed flags to the 'make' command before installing the package.
32 #make_install_args=""
34 # Short description, max 1 line of 72 chars.
35 short_desc="The GNU library of C routines"
37 # Maintainer of this pkg: name <email>.
38 maintainer="Juan RP <xtraeme@gmail.com>"
40 # Checksum of file with rmd160.
41 checksum=264b37584419d983685910adde8f7b282eccc1ad
43 # Long description. Preferibly first line should be left blank
44 # and use a whitespace while starting lines.
46 # Please also respect 72 chars per line if possible (max 80).
48 long_desc="
49  GLib is a library containing many useful C routines for things such
50  as trees, hashes, lists and strings. It is a useful general purpose
51  C library used by projects such as GTK+, GIMP and GNOME."