Initial distinfo and Makefile with added pre-configure part
This commit is contained in:
parent
ace0a4e038
commit
45cbcabbbb
2 changed files with 20 additions and 12 deletions
|
@ -1,19 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/10/29 22:23:24 yazzy Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/10/29 22:48:00 yazzy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= eina-0.9.0.050
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ezunix.org/pkgsrc/e17/snapshots/2008-09-25/
|
||||
DISTNAME= eina-0.9.0.050
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ezunix.org/pkgsrc/e17/snapshots/2008-09-25/
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
COMMENT= Data types library
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
COMMENT= Data types library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS= gmake pkg-config automake autoconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS= gmake pkg-config automake autoconf autoheader aclocal
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SH} autogen.sh
|
||||
|
||||
.include "../../wip/eina/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
5
eina/distinfo
Normal file
5
eina/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2008/10/29 22:48:00 yazzy Exp $
|
||||
|
||||
SHA1 (eina-0.9.0.050.tar.bz2) = 71e180db17af97e7d5ad6a026ced59f8fcd82f67
|
||||
RMD160 (eina-0.9.0.050.tar.bz2) = 3b183fad40dbfe7d711936e8e697901e50c0aa66
|
||||
Size (eina-0.9.0.050.tar.bz2) = 271321 bytes
|
Loading…
Reference in a new issue