blob: 710624d58409812f6d1d9b6a8110a4ec185b5f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
DEPENDS="libgnomeui vte curl cdparanoia id3lib"
inherit autotools
|