Added devel/bdwgc
This commit is contained in:
24
devel/bdwgc/PKGCONF
Normal file
24
devel/bdwgc/PKGCONF
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
VERSION=8.2.8
|
||||||
|
PACKAGE=bdwgc
|
||||||
|
SRC=${PACKAGE}-${VERSION}.tar.gz
|
||||||
|
URL=git://github.com/bdwgc/${PACKAGE}@v${VERSION}
|
||||||
|
CATEGORY=devel
|
||||||
|
|
||||||
|
configure() {
|
||||||
|
echo "Configuring $PACKAGE"
|
||||||
|
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
echo "Building $PACKAGE"
|
||||||
|
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||||
|
make -j ${NCPU}
|
||||||
|
}
|
||||||
|
|
||||||
|
install() {
|
||||||
|
echo "Installing $PACKAGE to ${DESTDIR}"
|
||||||
|
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||||
|
make install DESTDIR="${DESTDIR}"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user