<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/Makefile, branch master</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<entry>
<title>build: fix includedir in pkgconfig file</title>
<updated>2020-04-01T16:14:28+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-04-01T14:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=47053ede6b3ab5356054f8e14bac7eb3c03e09d1'/>
<id>47053ede6b3ab5356054f8e14bac7eb3c03e09d1</id>
<content type='text'>
We want to include via &lt;apk/$headerfile&gt; and not via &lt;$headerfile&gt;,
so we want to add an include statement for the dir the apk folder
which contains the headers is contained in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to include via &lt;apk/$headerfile&gt; and not via &lt;$headerfile&gt;,
so we want to add an include statement for the dir the apk folder
which contains the headers is contained in.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: enable building of development package</title>
<updated>2020-03-16T13:36:46+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-03-16T13:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=4966bc5edec37adcf4a9da692e57f38e02bac9fe'/>
<id>4966bc5edec37adcf4a9da692e57f38e02bac9fe</id>
<content type='text'>
- always create .so and .a with the apk libary code
- create .pc file
- install headers and above mentioned files

Maintainers edit: merged commits, cleaned up sed script logic,
and few other minor fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- always create .so and .a with the apk libary code
- create .pc file
- install headers and above mentioned files

Maintainers edit: merged commits, cleaned up sed script logic,
and few other minor fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename all iostream source to io_*.c</title>
<updated>2020-02-14T14:53:12+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-14T11:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=6d11ec36e6b6e17978797ef8062d22175717f894'/>
<id>6d11ec36e6b6e17978797ef8062d22175717f894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename all applets sources to app_*.c</title>
<updated>2020-02-14T14:49:55+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-14T11:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=60b87557e57ca4e23126bf8c25b1cb978e380dfd'/>
<id>60b87557e57ca4e23126bf8c25b1cb978e380dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: fix build and update to lua5.3</title>
<updated>2019-12-30T14:17:14+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2019-12-30T14:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=0b82bcc53e6027c74fae2c972d5d9fff54d95d6c'/>
<id>0b82bcc53e6027c74fae2c972d5d9fff54d95d6c</id>
<content type='text'>
Fixes #8360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8360
</pre>
</div>
</content>
</entry>
<entry>
<title>list: new applet</title>
<updated>2018-01-28T23:55:29+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2018-01-28T23:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=fff8bfa588e4eada420f4a0b51a8d0d891cf5ed3'/>
<id>fff8bfa588e4eada420f4a0b51a8d0d891cf5ed3</id>
<content type='text'>
The list applet provides a convenient way of inspecting both the available
and installed package databases by listing their contents.  In some ways,
it is similar to `apk search` but is considered to be a superset of
`apk search` functionality.

A few `apk list` criterion are not yet ready though, such as `apk list --depends`
which searches by runtime dependency (replacing `apk info --rdepends`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list applet provides a convenient way of inspecting both the available
and installed package databases by listing their contents.  In some ways,
it is similar to `apk search` but is considered to be a superset of
`apk search` functionality.

A few `apk list` criterion are not yet ready though, such as `apk list --depends`
which searches by runtime dependency (replacing `apk info --rdepends`).
</pre>
</div>
</content>
</entry>
<entry>
<title>build and use bundled libfetch natively</title>
<updated>2017-10-05T13:59:14+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-10-05T07:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=86436fce2fe2364bbc9e705ddc92d7733fc8ed75'/>
<id>86436fce2fe2364bbc9e705ddc92d7733fc8ed75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manifest: new applet which dumps checksums in sha1sum format for a package</title>
<updated>2017-05-20T06:19:00+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-05-20T06:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b4b95e9ae7a41d7cfec9ec4b2001ad02090fadf4'/>
<id>b4b95e9ae7a41d7cfec9ec4b2001ad02090fadf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix cross-compiling to pick right libfetch.a</title>
<updated>2016-07-06T11:19:08+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-07-06T11:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=5723afded3fe67588fbdd7d398b8db19f134f759'/>
<id>5723afded3fe67588fbdd7d398b8db19f134f759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: allow override compiler/linker flags for external libs</title>
<updated>2016-06-13T09:32:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-06-13T07:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=98a13624a1559c201bb96ca9db71dc74324396b1'/>
<id>98a13624a1559c201bb96ca9db71dc74324396b1</id>
<content type='text'>
Make it possible to individually override openssl, zlib and libfetch
cflags and linker flags. This makes it possible to build apk-tools
without having pkg-config installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to individually override openssl, zlib and libfetch
cflags and linker flags. This makes it possible to build apk-tools
without having pkg-config installed.
</pre>
</div>
</content>
</entry>
</feed>
