blob: b4473860e0d38d569d4bf665760dfb040fd7b598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# grip OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
HOMEPAGE="http://www.nostatic.org/grip/"
LICENSE="GPL"
SRC_URI="${SOURCEFORGE_MIRROR}/grip/grip-${PV}.tar.gz \
file://patch-src::discdb;patch=1;pnum=0 "
DEPENDS="libgnomeui vte curl cdparanoia id3lib"
PR = "r1"
inherit autotools
|