Import tuxpaint-stamps-20061021
This package contains a set of rubber stamp images which can be used with the "Stamp" tool within Tux Paint. ok steven@
This commit is contained in:
parent
74ee32f365
commit
dc7205c4af
34
games/tuxpaint-stamps/Makefile
Normal file
34
games/tuxpaint-stamps/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/21 10:27:13 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= "rubber stamps collection for Tux Paint"
|
||||
|
||||
DISTNAME= tuxpaint-stamps-2006.10.21
|
||||
PKGNAME= tuxpaint-stamps-20061021
|
||||
CATEGORIES= games graphics
|
||||
|
||||
HOMEPAGE= http://www.tuxpaint.org/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= ::games/tuxpaint
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/tuxpaint/stamps/
|
||||
cp -R ${WRKSRC}/stamps/* ${PREFIX}/share/tuxpaint/stamps/
|
||||
find ${PREFIX}/share/tuxpaint/stamps/ -type f ! -perm 644 -exec chmod 644 {} \;
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/tuxpaint/stamps/
|
||||
|
||||
.include <bsd.port.mk>
|
4
games/tuxpaint-stamps/distinfo
Normal file
4
games/tuxpaint-stamps/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (tuxpaint-stamps-2006.10.21.tar.gz) = ea2cc00cf268ad2c59f1f27673e1c0ff
|
||||
RMD160 (tuxpaint-stamps-2006.10.21.tar.gz) = 266ffce38ded7bba1cc9af62f3e5a81153e89a75
|
||||
SHA1 (tuxpaint-stamps-2006.10.21.tar.gz) = 175d78fe556a2166a1a72a6e4e6e6bb438ec20fb
|
||||
SIZE (tuxpaint-stamps-2006.10.21.tar.gz) = 14857665
|
2
games/tuxpaint-stamps/pkg/DESCR
Normal file
2
games/tuxpaint-stamps/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This package contains a set of rubber stamp images which can be used
|
||||
with the "Stamp" tool within Tux Paint.
|
1514
games/tuxpaint-stamps/pkg/PLIST
Normal file
1514
games/tuxpaint-stamps/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user