mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
dosbox: remove modification for libpng check
Closes #14475. Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
parent
93a0f831f8
commit
ed6ad96ad9
1 changed files with 0 additions and 4 deletions
|
@ -13,9 +13,6 @@ homepage="http://www.dosbox.com"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${wrksrc}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${wrksrc}.tar.gz"
|
||||||
checksum=c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a
|
checksum=c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i 's/png_check_sig/png_sig_cmp/' configure
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README
|
vdoc README
|
||||||
vdoc docs/README.video
|
vdoc docs/README.video
|
||||||
|
@ -23,4 +20,3 @@ post_install() {
|
||||||
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
||||||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue